diff options
-rw-r--r-- | src/main/java/com/kitfox/svg/SVGConst.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/java/com/kitfox/svg/SVGConst.java b/src/main/java/com/kitfox/svg/SVGConst.java new file mode 100644 index 0000000..a46ad04 --- /dev/null +++ b/src/main/java/com/kitfox/svg/SVGConst.java @@ -0,0 +1,14 @@ +/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package com.kitfox.svg;
+
+/**
+ *
+ * @author kitfox
+ */
+public interface SVGConst
+{
+ public static final String SVG_LOGGER = "svgSalamandeLogger";
+}
|