Skip to content

Commit 80d5ebd

Browse files
committed
Cleanup
1 parent be20d78 commit 80d5ebd

File tree

6 files changed

+0
-11
lines changed

6 files changed

+0
-11
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
/**
3232
* Used for comparison with equals.
33-
*
34-
* @author tboehm
3533
*/
3634
public final class EqualComparator implements FilterComparator
3735
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
/**
2323
* Interface for comparator.
24-
*
25-
* @author tboehm
2624
*/
2725
public interface FilterComparator
2826
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
/**
2929
* Used for comparison with greater than.
30-
*
31-
* @author tboehm
3230
*/
3331
public final class GreaterThanComparator implements FilterComparator
3432
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
/**
1919
* Exception if type is not applicable for a comparator.
20-
*
21-
* @author tboehm
2220
*/
2321
public class MismatchingTypeException extends RuntimeException
2422
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
/**
3030
* Used for checking if the string can be parsed to another datatype.
31-
*
32-
* @author tboehm
3331
*/
3432
public final class TypeHelper
3533
{

vaadin-grid-filter/src/main/java/software/xdev/vaadin/model/FilterField.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
/**
3838
* @param <B> The bean.
3939
* @param <T> The type or field to use.
40-
* @author tboehm
4140
*/
4241
public class FilterField<B, T> implements Serializable
4342
{

0 commit comments

Comments
 (0)