Commit 6ae3fb66 by Bryce McKinlay

Fix missing "package" declaration.

From-SVN: r35001
parent 826b4807
...@@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the ...@@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */ details. */
package java.awt.image;
public interface ImageConsumer public interface ImageConsumer
{ {
......
...@@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the ...@@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */ details. */
package java.awt.image;
public interface ImageProducer public interface ImageProducer
{ {
void addConsumer(ImageConsumer ic); void addConsumer(ImageConsumer ic);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment