From f42d5805915ef88b847168b7f4d47c95befea9a9 Mon Sep 17 00:00:00 2001 From: Neville Li Date: Mon, 12 Aug 2019 14:35:09 -0400 Subject: [PATCH] fix javadoc --- src/main/java/com/spotify/annoy/ANNIndex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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