DATACMNS-1140 - Polishing.
Extend javadoc. Remove trailing whitespaces. Original pull request: #238.
This commit is contained in:
@@ -48,8 +48,8 @@ import org.springframework.util.Assert;
|
|||||||
public interface ExampleMatcher {
|
public interface ExampleMatcher {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new {@link ExampleMatcher} including all non-null properties by default exposing that all resulting
|
* Create a new {@link ExampleMatcher} including all non-null properties by default matching <strong>all</strong>
|
||||||
* predicates are supposed to be AND-concatenated.
|
* predicates derived from the example.
|
||||||
*
|
*
|
||||||
* @return new instance of {@link ExampleMatcher}.
|
* @return new instance of {@link ExampleMatcher}.
|
||||||
* @see #matchingAll()
|
* @see #matchingAll()
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.springframework.data.domain;
|
package org.springframework.data.domain;
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
import lombok.AccessLevel;
|
||||||
|
|||||||
Reference in New Issue
Block a user