Skip to content

Commit a6cfe32

Browse files
committed
Fix CPD
1 parent c4de50c commit a6cfe32

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/ContainsComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import software.xdev.vaadin.comparators.utl.TypeHelper;
2323

24-
24+
// CPD-OFF - Fixed in v2
2525
/**
2626
* Used for comparison with contains.
2727
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/EqualComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import software.xdev.vaadin.comparators.utl.TypeHelper;
2626

27-
27+
// CPD-OFF - Fixed in v2
2828
/**
2929
* Used for comparison with equals.
3030
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/GreaterThanComparator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
import software.xdev.vaadin.comparators.utl.TypeHelper;
2323

24+
// CPD-OFF - Fixed in v2
2425
/**
2526
* Used for comparison with greater than.
2627
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/IsAfterComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import software.xdev.vaadin.comparators.utl.TypeHelper;
2626

27-
27+
// CPD-OFF - Fixed in v2
2828
/**
2929
* Used for comparison with is after.
3030
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/IsBeforeComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import software.xdev.vaadin.comparators.utl.TypeHelper;
2626

27-
27+
// CPD-OFF - Fixed in v2
2828
/**
2929
* Used for comparison with is before.
3030
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/LessThanComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import software.xdev.vaadin.comparators.utl.TypeHelper;
2323

24-
24+
// CPD-OFF - Fixed in v2
2525
/**
2626
* Used for comparison with less than.
2727
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/NotContainsComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import software.xdev.vaadin.comparators.utl.TypeHelper;
2323

24-
24+
// CPD-OFF - Fixed in v2
2525
/**
2626
* Used for comparison with does not contain.
2727
*/

vaadin-grid-filter/src/main/java/software/xdev/vaadin/comparators/NotEqualComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import software.xdev.vaadin.comparators.utl.TypeHelper;
2626

27-
27+
// CPD-OFF - Fixed in v2
2828
/**
2929
* Used for comparison with does not equal.
3030
*/

0 commit comments

Comments
 (0)