Repository: wicket Updated Branches: refs/heads/WICKET-5819_Improvements 86bedde28 -> fd25dcc96
WICKET-5819 - Typo in NO_CORS Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fd25dcc9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fd25dcc9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/fd25dcc9 Branch: refs/heads/WICKET-5819_Improvements Commit: fd25dcc966c5d3918a01be038036c46b863161ae Parents: 86bedde Author: Tobias Soloschenko <[email protected]> Authored: Mon May 25 22:56:19 2015 +0200 Committer: Tobias Soloschenko <[email protected]> Committed: Mon May 25 22:56:19 2015 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/wicket/markup/html/image/Image.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/fd25dcc9/wicket-core/src/main/java/org/apache/wicket/markup/html/image/Image.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/image/Image.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/image/Image.java index ac88b46..7504a53 100644 --- a/wicket-core/src/main/java/org/apache/wicket/markup/html/image/Image.java +++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/image/Image.java @@ -595,7 +595,7 @@ public class Image extends WebComponent implements IResourceListener * <b>USE_CREDENTIALS</b>: Cross-origin CORS requests for the element will have the credentials * flag set.<br> * <br> - * <b>NO_CORES</b>: The empty string is also a valid keyword, and maps to the Anonymous state. + * <b>NO_CORS</b>: The empty string is also a valid keyword, and maps to the Anonymous state. * The attribute's invalid value default is the Anonymous state. The missing value default, used * when the attribute is omitted, is the No CORS state *
