Typo findLocateableBySerial

This commit is contained in:
thatsIch
2014-09-20 22:41:45 +02:00
parent c3891054c9
commit e9ff5bcd21
3 changed files with 4 additions and 4 deletions
@@ -40,7 +40,7 @@ public class LocateableRegistry implements ILocatableRegistry
* Find a locate-able object by its serial.
*/
@Override
public Object findLocateableBySerial(long ser)
public Object findLocatableBySerial(long ser)
{
return set.get( ser );
}