Skip to content

Commit

Permalink
remove @OverRide annotations
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk@671222 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
reinhard committed Jun 24, 2008
1 parent 0cb98b6 commit 20e2f08
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -74,7 +74,6 @@ private URLConnection getConnection() {
return this.urlConnection;
}

@Override
public long getLastModified() {
return this.getConnection().getLastModified();
}
Expand Down

0 comments on commit 20e2f08

Please sign in to comment.