Repository: wicket Updated Branches: refs/heads/master 019b002da -> 86bb9e35d
WICKET-6203 Move the dot back to the line before Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/86bb9e35 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/86bb9e35 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/86bb9e35 Branch: refs/heads/master Commit: 86bb9e35d6e1fef83d2870149394367064de9dce Parents: 019b002 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat Jul 16 10:47:17 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat Jul 16 10:47:17 2016 +0200 ---------------------------------------------------------------------- wicket-core/src/main/java/org/apache/wicket/model/IModel.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/86bb9e35/wicket-core/src/main/java/org/apache/wicket/model/IModel.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/model/IModel.java b/wicket-core/src/main/java/org/apache/wicket/model/IModel.java index 99c13ca..d6c64bb 100644 --- a/wicket-core/src/main/java/org/apache/wicket/model/IModel.java +++ b/wicket-core/src/main/java/org/apache/wicket/model/IModel.java @@ -113,8 +113,7 @@ public interface IModel<T> extends IDetachable } /** - * Returns a IModel applying the given mapper to the contained object, if it is not {@code null} - * . + * Returns a IModel applying the given mapper to the contained object, if it is not {@code null}. * * @param <R> * the new type of the contained object @@ -296,4 +295,4 @@ public interface IModel<T> extends IDetachable { return (IModel<T>)model; } -} \ No newline at end of file +}
