Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Jul 15, 2019
1 parent 9d4a0da commit a8a5759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spoon/ContractVerifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void verify() {
checkElementIsContainedInAttributeOfItsParent();
checkElementToPathToElementEquivalence();
checkRoleInParent();
();
checkJavaIdentifiers();
}

/** verifies that the explicit modifier should be present in the original source code */
Expand Down

0 comments on commit a8a5759

Please sign in to comment.