Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Aug 12, 2019
1 parent 4fcd175 commit f42d580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/spotify/annoy/ANNIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public static float euclideanMargin(final float[] u,
* Closes this stream and releases any system resources associated
* with it. If the stream is already closed then invoking this
* method has no effect.
* <p/>
*
* <p> As noted in {@link AutoCloseable#close()}, cases where the
* close may fail require careful attention. It is strongly advised
* to relinquish the underlying resources and to internally
Expand Down

0 comments on commit f42d580

Please sign in to comment.