diff --git a/src/main/java/com/spotify/annoy/ANNIndex.java b/src/main/java/com/spotify/annoy/ANNIndex.java index 20413ec..808cb9d 100644 --- a/src/main/java/com/spotify/annoy/ANNIndex.java +++ b/src/main/java/com/spotify/annoy/ANNIndex.java @@ -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. - *

+ * *

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