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