Author: mukulg
Date: Wed Apr  6 13:14:11 2011
New Revision: 1089442

URL: http://svn.apache.org/viewvc?rev=1089442&view=rev
Log:
removing little bit of redundant code.

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java?rev=1089442&r1=1089441&r2=1089442&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XMLAssertPsychopathXPath2Impl.java
 Wed Apr  6 13:14:11 2011
@@ -512,13 +512,6 @@ public class XMLAssertPsychopathXPath2Im
                assertionError = new AssertionError("cvc-assertion", element, 
assertImpl, value, isList, null); 
             }
         }
-        /*
-        catch (DynamicError ex) {
-            assertionError = new AssertionError("cvc-assertion", element, 
assertImpl, value, isList, ex);
-        }
-        catch (StaticError ex) {
-            assertionError = new AssertionError("cvc-assertion", element, 
assertImpl, value, isList, ex);  
-        } */
         catch(Exception ex) {
             assertionError = new AssertionError("cvc-assertion", element, 
assertImpl, value, isList, ex);   
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to