< prev index next >

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

Print this page

        

*** 122,132 **** * @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. * * @param path1 path to compare * @param path2 path to compare * @return true if paths point to same location */ --- 122,133 ---- * @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. * * @param path1 path to compare * @param path2 path to compare * @return true if paths point to same location */
< prev index next >