Ultimato il sistema di restore del contatore oggetti inseriti id
This commit is contained in:
@@ -24,11 +24,14 @@ public class Global {
|
||||
return general_counter;
|
||||
}
|
||||
|
||||
public static void setGeneral_counter(int general_counter) {
|
||||
Global.general_counter = general_counter;
|
||||
}
|
||||
|
||||
/**
|
||||
* E' il contatore statico privato
|
||||
*/
|
||||
private static int general_counter = 0;
|
||||
private static int general_counter;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user