src/share/classes/com/sun/tools/javac/code/TargetType.java

changeset 1357
c75be5bc5283
parent 581
f2fdd52e4e87
child 1442
fcf89720ae71
     1.1 --- a/src/share/classes/com/sun/tools/javac/code/TargetType.java	Sat Oct 06 10:35:38 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/TargetType.java	Tue Oct 09 19:10:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2008, 2012, 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 @@ -25,11 +25,11 @@
    1.11  
    1.12  package com.sun.tools.javac.code;
    1.13  
    1.14 -import static com.sun.tools.javac.code.TargetType.TargetAttribute.*;
    1.15 -
    1.16  import java.util.EnumSet;
    1.17  import java.util.Set;
    1.18  
    1.19 +import static com.sun.tools.javac.code.TargetType.TargetAttribute.*;
    1.20 +
    1.21  /**
    1.22   * Describes the type of program element an extended annotation (or extended
    1.23   * compound attribute) targets.

mercurial