You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/08/02 17:17:08 UTC

svn commit: r428019 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp

Author: geirm
Date: Wed Aug  2 08:17:03 2006
New Revision: 428019

URL: http://svn.apache.org/viewvc?rev=428019&view=rev
Log:
Trivial change (removed a blank line).

The purpose is to note that the change for 
HARMONY-788 - checking to limit array dims and
method params to 255 - was accidentally 
committed in r427693 with the HARMONY-856
patch.


Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp?rev=428019&r1=428018&r2=428019&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp Wed Aug  2 08:17:03 2006
@@ -18,7 +18,6 @@
  * @version $Revision: 1.1.2.3.4.4 $
  */  
 
-
 #include "ver_real.h"
 
 /**