decompiler: cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2014 JetBrains s.r.o.
|
||||
* Copyright 2000-2015 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -17,7 +17,7 @@ package org.jetbrains.java.decompiler.main.extern;
|
||||
|
||||
public interface IIdentifierRenamer {
|
||||
|
||||
enum Type {ELEMENT_CLASS, ELEMENT_FIELD, ELEMENT_METHOD};
|
||||
enum Type {ELEMENT_CLASS, ELEMENT_FIELD, ELEMENT_METHOD}
|
||||
|
||||
boolean toBeRenamed(Type elementType, String className, String element, String descriptor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user