You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2018/05/01 19:35:47 UTC

svn commit: r1830711 - in /felix/trunk/utils/src/main/java/org/apache/felix/utils: json/JSONWriter.java properties/ConfigurationHandler.java

Author: davidb
Date: Tue May  1 19:35:47 2018
New Revision: 1830711

URL: http://svn.apache.org/viewvc?rev=1830711&view=rev
Log:
Fix up some javadoc in preparation for the release.

Modified:
    felix/trunk/utils/src/main/java/org/apache/felix/utils/json/JSONWriter.java
    felix/trunk/utils/src/main/java/org/apache/felix/utils/properties/ConfigurationHandler.java

Modified: felix/trunk/utils/src/main/java/org/apache/felix/utils/json/JSONWriter.java
URL: http://svn.apache.org/viewvc/felix/trunk/utils/src/main/java/org/apache/felix/utils/json/JSONWriter.java?rev=1830711&r1=1830710&r2=1830711&view=diff
==============================================================================
--- felix/trunk/utils/src/main/java/org/apache/felix/utils/json/JSONWriter.java (original)
+++ felix/trunk/utils/src/main/java/org/apache/felix/utils/json/JSONWriter.java Tue May  1 19:35:47 2018
@@ -245,7 +245,7 @@ public class JSONWriter
 
     /**
      * @see Writer#flush()
-     * @throws IOException
+     * @throws IOException when the underlying writer throws an exception.
      */
     public void flush() throws IOException
     {

Modified: felix/trunk/utils/src/main/java/org/apache/felix/utils/properties/ConfigurationHandler.java
URL: http://svn.apache.org/viewvc/felix/trunk/utils/src/main/java/org/apache/felix/utils/properties/ConfigurationHandler.java?rev=1830711&r1=1830710&r2=1830711&view=diff
==============================================================================
--- felix/trunk/utils/src/main/java/org/apache/felix/utils/properties/ConfigurationHandler.java (original)
+++ felix/trunk/utils/src/main/java/org/apache/felix/utils/properties/ConfigurationHandler.java Tue May  1 19:35:47 2018
@@ -49,7 +49,7 @@ import java.util.Map;
  * The <code>ConfigurationHandler</code> class implements configuration reading
  * form a <code>java.io.InputStream</code> and writing to a
  * <code>java.io.OutputStream</code> on behalf of the
- * {@link FilePersistenceManager} class.
+ * {@code FilePersistenceManager} class.
  *
  * <pre>
  * cfg = prop &quot;=&quot; value .