Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 3db092 ... vs 8012b0 ... for ruralHouses/src/businessLogic/OfferManager.java

Diff revisions: vs.
  @@ -20,7 +20,7 @@
20 20 */
21 21 private static final long serialVersionUID = 1L;
22 22
23 - private int offerNumber = 0;
23 + private int offerNumber = 1;
24 24 dataAccess.DB4oManager dbMngr;
25 25
26 26 public OfferManager() throws RemoteException {