summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/SVGElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/svg/SVGElement.java')
-rw-r--r--src/main/java/com/kitfox/svg/SVGElement.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/java/com/kitfox/svg/SVGElement.java b/src/main/java/com/kitfox/svg/SVGElement.java
index 7398ea9..4375a89 100644
--- a/src/main/java/com/kitfox/svg/SVGElement.java
+++ b/src/main/java/com/kitfox/svg/SVGElement.java
@@ -391,14 +391,14 @@ abstract public class SVGElement implements Serializable
*/
public void loaderEndElement(SVGLoaderHelper helper) throws SVGParseException
{
- try
- {
- build();
- }
- catch (SVGException se)
- {
- throw new SVGParseException(se);
- }
+// try
+// {
+// build();
+// }
+// catch (SVGException se)
+// {
+// throw new SVGParseException(se);
+// }
}
/**