Skip to content

Commit 92d759d

Browse files
committed
removed default value
1 parent 0005d3d commit 92d759d

File tree

1 file changed

+1
-1
lines changed
  • framework/codemodder-base/src/main/java/io/codemodder

1 file changed

+1
-1
lines changed

framework/codemodder-base/src/main/java/io/codemodder/Codemod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
* want to replace this with someday. May be unused locally, but is needed for documentation.
4242
*/
4343
@SuppressWarnings("unused")
44-
Importance importance() default Importance.MEDIUM;
44+
Importance importance();
4545
}

0 commit comments

Comments
 (0)