No effective change - change newline char

This commit is contained in:
rbygrave
2015-05-09 01:08:53 +12:00
parent 89db75e8c5
commit 8f12bbb6c4
14 changed files with 1392 additions and 1392 deletions
@@ -1,12 +1,12 @@
package com.avaje.ebeaninternal.server.el;
/**
* Interface for defining matches for filter expressions.
*/
public interface ElMatcher<T> {
/**
* Return true if the bean matches the expression.
*/
public boolean isMatch(T bean);
}
package com.avaje.ebeaninternal.server.el;
/**
* Interface for defining matches for filter expressions.
*/
public interface ElMatcher<T> {
/**
* Return true if the bean matches the expression.
*/
public boolean isMatch(T bean);
}