mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
Fix maven build error
Removes a reference to com.sun.istack.internal.Nullable and an associated annotation, which causes the maven build to fail.
This commit is contained in:
parent
54b72e89b3
commit
c610929809
@ -3,7 +3,6 @@ package net.simon987.server.game;
|
||||
import com.mongodb.BasicDBList;
|
||||
import com.mongodb.BasicDBObject;
|
||||
import com.mongodb.DBObject;
|
||||
import com.sun.istack.internal.Nullable;
|
||||
import net.simon987.server.GameServer;
|
||||
import net.simon987.server.event.GameEvent;
|
||||
import net.simon987.server.event.WorldUpdateEvent;
|
||||
@ -128,7 +127,6 @@ public class World implements MongoSerialisable {
|
||||
gameObjects.remove(object.getObjectId());
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public GameObject findObject(long objectId) {
|
||||
return gameObjects.get(objectId);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user