You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ml...@apache.org on 2008/03/18 04:53:29 UTC

svn commit: r638198 - in /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier: recompute.cpp recompute.h write_attr.cpp x_class_interface.h

Author: mloenko
Date: Mon Mar 17 20:53:28 2008
New Revision: 638198

URL: http://svn.apache.org/viewvc?rev=638198&view=rev
Log:
fix copy-paste errors in the headers

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp?rev=638198&r1=638197&r2=638198&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.cpp Mon Mar 17 20:53:28 2008
@@ -15,7 +15,7 @@
  *  limitations under the License.
  */
 /** 
- * @author Mikhail Loenko, Vladimir Molotkov
+ * @author Mikhail Loenko
  */  
 
 

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h?rev=638198&r1=638197&r2=638198&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/recompute.h Mon Mar 17 20:53:28 2008
@@ -15,7 +15,7 @@
  *  limitations under the License.
  */
 /** 
- * @author Mikhail Loenko, Vladimir Molotkov
+ * @author Mikhail Loenko
  */  
 
 #ifndef __RECOMPUTE_H__

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp?rev=638198&r1=638197&r2=638198&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/write_attr.cpp Mon Mar 17 20:53:28 2008
@@ -15,7 +15,7 @@
  *  limitations under the License.
  */
 /** 
- * @author Mikhail Loenko, Vladimir Molotkov
+ * @author Mikhail Loenko
  */  
 
 

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h?rev=638198&r1=638197&r2=638198&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/x_verifier/x_class_interface.h Mon Mar 17 20:53:28 2008
@@ -15,7 +15,7 @@
  *  limitations under the License.
  */
 /** 
- * @author Mikhail Loenko, Vladimir Molotkov
+ * @author Mikhail Loenko
  */  
 
 #ifndef __X_CLASS_INTERFACE_H__