Skip to content

Commit a675424

Browse files
committed
Add checkstyle disabling comment #686
1 parent 3c2998d commit a675424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafix/src/main/java/org/metafacture/metafix/FindFixPaths.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* @author Tobias Bülte
4242
*/
43-
@Description("Finds all paths that have values that match the given pattern. Allows for regex. These paths can be used in a Fix to address fields.")
43+
@Description("Finds all paths that have values that match the given pattern. Allows for regex. These paths can be used in a Fix to address fields.") // checkstyle-disable-line ClassDataAbstractionCoupling
4444
@In(StreamReceiver.class)
4545
@Out(String.class)
4646
@FluxCommand("find-fix-paths")

0 commit comments

Comments
 (0)