Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
h908714124 committed Sep 14, 2019
1 parent f701958 commit ffc01da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/java/net/jbock/coerce/BasicInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ public Optional<TypeMirror> optionalInfo() {
return attributes.optionalInfo();
}

ExecutableElement sourceMethod() {
return sourceMethod;
}

public boolean isRepeatable() {
return attributes.repeatable();
}
Expand Down

0 comments on commit ffc01da

Please sign in to comment.