Changeset 1747
- Timestamp:
- Nov 27, 2012, 1:35:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/Site.java
r1722 r1747 20 20 public static final Site LUND = new Site("11", "Lund", "2010-11-10", true); 21 21 public static final Site HELSINGBORG = new Site("22", "Helsingborg", "2010-11-01", true); 22 public static final Site HALMSTAD = new Site("33", "Halmstad", "2010-10-01", false);22 public static final Site HALMSTAD = new Site("33", "Halmstad", "2010-10-01", true); 23 23 public static final Site KRISTIANSTAD = new Site("44", "Kristianstad", "2010-09-15", true); 24 public static final Site KARLSKRONA = new Site("55", "Karlskrona", "2010-10-04", false);25 public static final Site VÄXJÖ = new Site("66", "Växjö", "2010-10-01", false);24 public static final Site KARLSKRONA = new Site("55", "Karlskrona", "2010-10-04", true); 25 public static final Site VÄXJÖ = new Site("66", "Växjö", "2010-10-01", true); 26 26 public static final Site MALMÖ = new Site("77", "Malmö", "2010-08-30", true); 27 27
Note: See TracChangeset
for help on using the changeset viewer.