You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2007/09/15 05:12:34 UTC

svn commit: r575864 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java

Author: mrglavas
Date: Fri Sep 14 20:12:34 2007
New Revision: 575864

URL: http://svn.apache.org/viewvc?rev=575864&view=rev
Log:
Adding SVN properties.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java   (contents, props changed)

Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java?rev=575864&r1=575863&r2=575864&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java Fri Sep 14 20:12:34 2007
@@ -1,47 +1,47 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.xerces.impl.xs.models;
-
-/**
- * A compound content model leaf node which carries occurence information.
- *
- * @xerces.internal 
- *
- * @author Michael Glavassevich, IBM
- * @version $Id: $
- */
-public final class XSCMRepeatingLeaf extends XSCMLeaf {
-    
-    private final int fMinOccurs;
-    private final int fMaxOccurs;
-
-    public XSCMRepeatingLeaf(int type, Object leaf, 
-            int minOccurs, int maxOccurs, int id, int position) {
-        super(type, leaf, id, position);
-        fMinOccurs = minOccurs;
-        fMaxOccurs = maxOccurs;
-    }
-    
-    final int getMinOccurs() {
-        return fMinOccurs;
-    }
-    
-    final int getMaxOccurs() {
-        return fMaxOccurs;
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.xerces.impl.xs.models;
+
+/**
+ * A compound content model leaf node which carries occurence information.
+ *
+ * @xerces.internal 
+ *
+ * @author Michael Glavassevich, IBM
+ * @version $Id$
+ */
+public final class XSCMRepeatingLeaf extends XSCMLeaf {
+    
+    private final int fMinOccurs;
+    private final int fMaxOccurs;
+
+    public XSCMRepeatingLeaf(int type, Object leaf, 
+            int minOccurs, int maxOccurs, int id, int position) {
+        super(type, leaf, id, position);
+        fMinOccurs = minOccurs;
+        fMaxOccurs = maxOccurs;
+    }
+    
+    final int getMinOccurs() {
+        return fMinOccurs;
+    }
+    
+    final int getMaxOccurs() {
+        return fMaxOccurs;
+    }
+}

Propchange: xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xerces/java/trunk/src/org/apache/xerces/impl/xs/models/XSCMRepeatingLeaf.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org