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
|
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
|
|||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user