Fix missing "package" declaration.
From-SVN: r35001
This commit is contained in:
parent
826b480791
commit
6ae3fb6650
@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the
|
||||
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
|
||||
details. */
|
||||
|
||||
package java.awt.image;
|
||||
|
||||
public interface ImageConsumer
|
||||
{
|
||||
|
||||
|
@ -6,6 +6,8 @@ This software is copyrighted work licensed under the terms of the
|
||||
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
|
||||
details. */
|
||||
|
||||
package java.awt.image;
|
||||
|
||||
public interface ImageProducer
|
||||
{
|
||||
void addConsumer(ImageConsumer ic);
|
||||
|
Loading…
Reference in New Issue
Block a user