Skip to content

Commit

Permalink
LPS-49294 Enable check for finalable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuijser committed Oct 14, 2014
1 parent b117937 commit 3ff1094
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ protected String checkFinalableFieldType(
com.thoughtworks.qdox.model.JavaClass[] javaClasses,
JavaField javaField, String content) {

if (true) {
return content;
}

Type javaClassType = javaClass.asType();

if ((javaClass.isEnum() && javaClassType.equals(javaField.getType())) ||
Expand Down

0 comments on commit 3ff1094

Please sign in to comment.