test/tools/javac/profiles/ProfileOptionTest.java

changeset 1646
a4913ea9bb62
parent 1569
475eb15dfdad
child 1731
ce7e1674eb73
     1.1 --- a/test/tools/javac/profiles/ProfileOptionTest.java	Mon Mar 18 18:33:13 2013 -0700
     1.2 +++ b/test/tools/javac/profiles/ProfileOptionTest.java	Tue Mar 19 13:10:40 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -106,7 +106,6 @@
    1.11          for (Target t: Target.values()) {
    1.12              switch (t) {
    1.13                  case JDK1_1: case JDK1_2: // no equivalent -source
    1.14 -                case JDK1_4_1: case JDK1_4_2: case JSR14: // transitional values
    1.15                      continue;
    1.16              }
    1.17  

mercurial