Skip to content
Snippets Groups Projects
Commit b43ce000 authored by Reiner Jung's avatar Reiner Jung
Browse files

Minor fix of PMD error

parent 5ff7ad2f
No related branches found
No related tags found
1 merge request!82Reiner
......@@ -47,7 +47,7 @@ public class CallerCalleeDataflow {
@Getter
@Setter
private EDirection direction;
private EDirection direction; // NOPMD pmd does not understand lombok
public CallerCalleeDataflow(final String sourceFileName, final String sourceModuleName,
final String sourceOperationName, final String targetFileName, final String targetModuleName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment