Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/xml/XML_RuntimeException.java

Diff revisions: vs.
  @@ -1,8 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.xml;
3 3
4 - public class XML_RuntimeException
5 - extends RuntimeException
4 + public class XML_RuntimeException extends RuntimeException
6 5 {
7 6 public XML_RuntimeException( String message )
8 7 {