Repository: wicket
Updated Branches:
  refs/heads/master 32a40bc1d -> a1c83cbc9


WICKET-5904 minor typos


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a1c83cbc
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a1c83cbc
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a1c83cbc

Branch: refs/heads/master
Commit: a1c83cbc9cba919cf0106ff5b7c5fa69cac27ef7
Parents: 32a40bc
Author: Andrea Del Bene <[email protected]>
Authored: Sat May 16 20:35:14 2015 +0200
Committer: Andrea Del Bene <[email protected]>
Committed: Sat May 16 20:35:14 2015 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/markup/parser/AbstractMarkupFilter.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a1c83cbc/wicket-core/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
 
b/wicket-core/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
index 6478da2..89d8e87 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
@@ -52,6 +52,7 @@ public abstract class AbstractMarkupFilter implements 
IMarkupFilter
        /** A key for a request-relative counter (see {@link 
#getRequestUniqueId()}) **/
        private final static MetaDataKey<AtomicLong> REQUEST_COUNTER_KEY = new 
MetaDataKey<AtomicLong>()
        {
+               private static final long serialVersionUID = 1L;
        };
                
        /**
@@ -201,7 +202,7 @@ public abstract class AbstractMarkupFilter implements 
IMarkupFilter
        
        /**
         * Returns an id using a request-relative counter. This can be
-        * useful for autocomponent tags that needs to get tag id.
+        * useful for autocomponent tags that need to get a tag id.
         * 
         * @return
         *              the request-relative id

Reply via email to