Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
There is a bug that disallows @OverRide for interfaces in Java 1.5, see
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Jun 8, 2010
1 parent 283ffd3 commit d55f59a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -2291,7 +2291,6 @@ private int readCounter(int n, String prepd)
} }
} }


@Override
public List<ResourcepoolEntry> getAvailableEntriesSortedByFreeMemoryPercentage(int requestedMem) throws WorkspaceDatabaseException{ public List<ResourcepoolEntry> getAvailableEntriesSortedByFreeMemoryPercentage(int requestedMem) throws WorkspaceDatabaseException{


Connection c = null; Connection c = null;
Expand Down

0 comments on commit d55f59a

Please sign in to comment.