summaryrefslogtreecommitdiff
path: root/sources/ch/epfl/lamp
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-03-19 10:24:12 +0000
committerburaq <buraq@epfl.ch>2004-03-19 10:24:12 +0000
commit5d81251857c0029f88e6935943368a6bb3d32faf (patch)
treec8267368a5b9a9c5ac59d8438667126338d82ab8 /sources/ch/epfl/lamp
parente18aa1f9492c3537c0bb2546068b3c439f852a91 (diff)
downloadscala-5d81251857c0029f88e6935943368a6bb3d32faf.tar.gz
scala-5d81251857c0029f88e6935943368a6bb3d32faf.tar.bz2
scala-5d81251857c0029f88e6935943368a6bb3d32faf.zip
oops, should be public
Diffstat (limited to 'sources/ch/epfl/lamp')
-rw-r--r--sources/ch/epfl/lamp/util/AbstractSourceFile.java2
1 files changed, 1 insertions, 1 deletions
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() ;