You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2011/06/07 23:58:57 UTC

svn commit: r1133171 - in /commons/proper/jxpath/trunk/src: java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java

Author: mbenson
Date: Tue Jun  7 21:58:57 2011
New Revision: 1133171

URL: http://svn.apache.org/viewvc?rev=1133171&view=rev
Log:
add source headers + svn keywords

Modified:
    commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java   (contents, props changed)
    commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java   (contents, props changed)

Modified: commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java?rev=1133171&r1=1133170&r2=1133171&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java (original)
+++ commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java Tue Jun  7 21:58:57 2011
@@ -1,3 +1,19 @@
+/*
+ * 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.commons.jxpath.ri.model.dynabeans;
 
 import java.util.Locale;
@@ -15,7 +31,9 @@ import org.apache.commons.jxpath.ri.mode
  * <code>NodePointer</code> for <code>LazyDynaBean</code>s. The
  * <code>PropertyPointer</code>s returned by these will respect
  * {@link LazyDynaClass#isDynaProperty(String)} when determining
- * {@link PropertyPointer#isActual()}
+ * {@link PropertyPointer#isActual()}.
+ * 
+ * @version $Revision$ $Date$
  */
 public class StrictLazyDynaBeanPointerFactory implements NodePointerFactory {
     private static class StrictLazyDynaBeanPointer extends DynaBeanPointer {

Propchange: commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dynabeans/StrictLazyDynaBeanPointerFactory.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java?rev=1133171&r1=1133170&r2=1133171&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java (original)
+++ commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java Tue Jun  7 21:58:57 2011
@@ -1,3 +1,19 @@
+/*
+ * 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.commons.jxpath.ri.model.dynabeans;
 
 import org.apache.commons.beanutils.LazyDynaBean;
@@ -6,6 +22,10 @@ import org.apache.commons.jxpath.JXPathN
 import org.apache.commons.jxpath.JXPathTestCase;
 import org.apache.commons.jxpath.ri.JXPathContextReferenceImpl;
 
+/**
+ * 
+ * @version $Revision$ $Date$
+ */
 public class LazyDynaBeanTest extends JXPathTestCase {
 
     public void testLazyProperty() throws JXPathNotFoundException {

Propchange: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynabeans/LazyDynaBeanTest.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL