Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 3db092 ... vs 8012b0 ... for ruralHousesDB/src/dataAccess/DB4oManager.java

Diff revisions: vs.
  @@ -5,6 +5,9 @@
5 5
6 6
7 7 private static DB4oManagerAux theDB4oManagerAux;
8 + private int bookingNumber = 1; // if it is "static" then it is not
9 + // serialized
10 + private int offerNumber = 1; // if it is "static" then it is not serialized
8 11
9 12 class DB4oManagerAux {
10 13 int bookingNumber;