Skip to content

Commit f2c0448

Browse files
committed
style: fix formatting via GitHub Codespaces
1 parent 262a236 commit f2c0448

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/package-info.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
/**
1717
* Defines classes to build, save, load and execute TensorFlow models.
1818
*
19-
* <p><b>API Stability</b>: Since version 1.0.0, the TensorFlow Java API is covered by
20-
* TensorFlow <a href="https://www.tensorflow.org/guide/versions#api_stability">API stability guarantees</a>.
21-
* Please note that as this library is a wrapper for the TensorFlow C API, its stability is
22-
* subject to the stability of the underlying upstream TensorFlow project. See the
23-
* <a href="https://github.com/tensorflow/java/blob/master/README.md">README.md</a>
24-
* for installation instructions.
19+
* <p><b>API Stability</b>: Since version 1.0.0, the TensorFlow Java API is covered by TensorFlow <a
20+
* href="https://www.tensorflow.org/guide/versions#api_stability">API stability guarantees</a>.
21+
* Please note that as this library is a wrapper for the TensorFlow C API, its stability is subject
22+
* to the stability of the underlying upstream TensorFlow project. See the <a
23+
* href="https://github.com/tensorflow/java/blob/master/README.md">README.md</a> for installation
24+
* instructions.
2525
*
2626
* <p>The <a
2727
* href="https://www.tensorflow.org/code/tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java">LabelImage</a>

0 commit comments

Comments
 (0)