Changeset 1722


Ignore:
Timestamp:
Sep 24, 2012, 1:21:05 PM (11 years ago)
Author:
Nicklas Nordborg
Message:

References #411: Enable core biopsy 'C' suffix for more sites

Enabled for Helsingborg, Kristianstad and Malmö.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/Site.java

    r1641 r1722  
    1919
    2020  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);
    2222  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);
    2424  public static final Site KARLSKRONA   = new Site("55", "Karlskrona", "2010-10-04", false);
    2525  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);
    2727 
    2828  public static final Site UNKNOWN      = new Site(null, "Unknown", null, false);
Note: See TracChangeset for help on using the changeset viewer.