Release 2.7
This commit is contained in:
@@ -63,7 +63,7 @@ public abstract class AbstractManager<I, T extends Identifiable<I>> {
|
||||
}
|
||||
}
|
||||
|
||||
public void preSet(T t) {
|
||||
protected void preSet(T t) {
|
||||
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ public abstract class AbstractManager<I, T extends Identifiable<I>> {
|
||||
}
|
||||
}
|
||||
|
||||
public void preUnload(T t) {
|
||||
protected void preUnload(T t) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user