< prev index next >

src/java.desktop/share/tools/org/openjdk/buildtools/icondataosx/ToBin.java

Print this page

        

@@ -21,11 +21,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package build.tools.icondata.osxapp;
+package org.openjdk.buildtools.icondataosx;
 
 import java.io.*;
 
 public class ToBin {
     public static void main(String[] args) throws Exception {
< prev index next >