< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WindowsRegistry.java

Print this page

        

@@ -122,11 +122,12 @@
      * @param lKey native handle to open key returned by openRegistryKey
      */
     private static native void closeRegistryKey(long lKey);
 
     /**
-     * Compares two Windows paths regardless case and if paths are short or long.
+     * Compares two Windows paths regardless case and if paths
+     * are short or long.
      *
      * @param path1 path to compare
      * @param path2 path to compare
      * @return true if paths point to same location
      */
< prev index next >