This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git

commit 2040e0d71926229ce18dd5be7b67a2ebcea1f32c
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Aug 24 14:33:01 2010 +0000

    Add serial version
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@988567 
13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/commons/compiler/Options.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/sling/commons/compiler/Options.java 
b/src/main/java/org/apache/sling/commons/compiler/Options.java
index 6a24fa3..d3985d1 100644
--- a/src/main/java/org/apache/sling/commons/compiler/Options.java
+++ b/src/main/java/org/apache/sling/commons/compiler/Options.java
@@ -23,6 +23,8 @@ import java.util.HashMap;
  */
 public class Options extends HashMap<String, Object> {
 
+    private static final long serialVersionUID = 1576005888428747431L;
+
     /** The key for the source version. */
     public static final String KEY_SOURCE_VERSION = "sourceVersion";
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to