Minor syntax fix
This commit is contained in:
parent
0185870205
commit
cebdaebb2e
@ -739,10 +739,6 @@ public class ItemStackAdapterV2 implements JsonDeserializer<ItemStack>, JsonSeri
|
||||
// -------------------------------------------- //
|
||||
|
||||
public static ItemStackAdapterV2 i = new ItemStackAdapterV2();
|
||||
|
||||
public static ItemStackAdapterV2 get()
|
||||
{
|
||||
return i;
|
||||
}
|
||||
public static ItemStackAdapterV2 get() { return i; }
|
||||
|
||||
}
|
||||
|
@ -47,9 +47,6 @@ public class MongoURIAdapter implements JsonDeserializer<MongoURI>, JsonSerializ
|
||||
// INSTANCE
|
||||
// -------------------------------------------- //
|
||||
|
||||
protected static MongoURIAdapter instance = new MongoURIAdapter();
|
||||
public static MongoURIAdapter get()
|
||||
{
|
||||
return instance;
|
||||
}
|
||||
protected static MongoURIAdapter i = new MongoURIAdapter();
|
||||
public static MongoURIAdapter get() { return i; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user