Fix missing "package" declaration.

From-SVN: r35001
This commit is contained in:
Bryce McKinlay 2000-07-12 22:16:52 +01:00
parent 826b480791
commit 6ae3fb6650
2 changed files with 4 additions and 0 deletions

View File

@ -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
{ {

View File

@ -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);