Skip to content

Commit 0844982

Browse files
author
zhourenjian
committed
Remove Java 5 annotations tags
1 parent d1631e7 commit 0844982

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/net/sf/j2s/core/compiler/HackedJDTBuildContext.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ public HackedJDTBuildContext(SourceFile sourceFile) {
3232
this.j2sSourceFile = sourceFile;
3333
}
3434

35-
@Override
3635
public char[] getContents() {
3736
return this.j2sSourceFile.getContents();
3837
}
3938

40-
@Override
4139
public IFile getFile() {
4240
return this.j2sSourceFile.resource;
4341
}
4442

45-
@Override
4643
public String toString() {
4744
return this.j2sSourceFile.toString();
4845
}

src/net/sf/j2s/core/compiler/Java2ScriptImageCompiler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void compile(ICompilationUnit[] sourceUnits) {
7373
super.compile(sourceUnits);
7474
}
7575

76-
@Override
7776
protected void addCompilationUnit(ICompilationUnit sourceUnit,
7877
CompilationUnitDeclaration parsedUnit) {
7978
sourceUnits.add(sourceUnit);

0 commit comments

Comments
 (0)