From 5d81251857c0029f88e6935943368a6bb3d32faf Mon Sep 17 00:00:00 2001 From: buraq Date: Fri, 19 Mar 2004 10:24:12 +0000 Subject: oops, should be public --- sources/ch/epfl/lamp/util/AbstractSourceFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/ch/epfl/lamp') diff --git a/sources/ch/epfl/lamp/util/AbstractSourceFile.java b/sources/ch/epfl/lamp/util/AbstractSourceFile.java index c14b0bc94e..d153e1c8a5 100644 --- a/sources/ch/epfl/lamp/util/AbstractSourceFile.java +++ b/sources/ch/epfl/lamp/util/AbstractSourceFile.java @@ -1,6 +1,6 @@ package ch.epfl.lamp.util; -interface AbstractSourceFile { +public interface AbstractSourceFile { /** Returns the name of this source file. */ String name() ; -- cgit v1.2.3