summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() ;