fix comment

This commit is contained in:
Manu Sridharan 2013-04-30 12:09:55 -07:00
parent 8a3f86bad7
commit 897268c7f9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import java.net.URL;
import com.ibm.wala.util.io.FileSuffixes;
/**
* A {@link Module} which is a wrapper around a .java file
* A {@link Module} which is a wrapper around a source file
*/
public class SourceFileModule extends FileModule implements Module, ModuleEntry, SourceModule {