Skip to content

Commit

Permalink
Remove redundant comparison statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 28, 2021
1 parent 272c917 commit 22a4618
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/apache/commons/ognl/ASTConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ public boolean isNodeConstant( OgnlContext context )

public Class getGetterClass()
{
if ( getterClass == null )
{
return null;
}

return getterClass;
}

Expand Down

0 comments on commit 22a4618

Please sign in to comment.