jdk/test/tools/jlink/JLinkPostProcessingTest.java
changeset 38320 e24c7029e8ba
parent 36511 9d0388c6b336
child 39129 4b2086305b68
equal deleted inserted replaced
37948:caf97b37ebec 38320:e24c7029e8ba
    73         public String getName() {
    73         public String getName() {
    74             return NAME;
    74             return NAME;
    75         }
    75         }
    76 
    76 
    77         @Override
    77         @Override
    78         public Set<PluginType> getType() {
    78         public Set<Category> getType() {
    79             Set<PluginType> set = new HashSet<>();
    79             Set<Category> set = new HashSet<>();
    80             set.add(CATEGORY.PROCESSOR);
    80             set.add(Category.PROCESSOR);
    81             return Collections.unmodifiableSet(set);
    81             return Collections.unmodifiableSet(set);
    82         }
    82         }
    83 
    83 
    84         @Override
    84         @Override
    85         public String getDescription() {
    85         public String getDescription() {