summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/DamlEngine.java
diff options
context:
space:
mode:
authorDavid A. Madore <david@procyon.(none)>2010-04-13 15:47:59 +0200
committerDavid A. Madore <david@procyon.(none)>2010-04-13 15:47:59 +0200
commit7d6eccbd43ba703306328e133c43e0760ceead8c (patch)
treee6b95aa757dfbb853f7f3777d3528313472cd46f /org/madore/damlengine/DamlEngine.java
parente3b7a9c657a6a5f5a7a8f3c7ee4fdff1aee6410f (diff)
downloaddamlengine-7d6eccbd43ba703306328e133c43e0760ceead8c.tar.gz
damlengine-7d6eccbd43ba703306328e133c43e0760ceead8c.tar.bz2
damlengine-7d6eccbd43ba703306328e133c43e0760ceead8c.zip
Handle d:xempty attribute, as proof of concept.
Diffstat (limited to 'org/madore/damlengine/DamlEngine.java')
-rw-r--r--org/madore/damlengine/DamlEngine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/madore/damlengine/DamlEngine.java b/org/madore/damlengine/DamlEngine.java
index 822b645..a2ce87e 100644
--- a/org/madore/damlengine/DamlEngine.java
+++ b/org/madore/damlengine/DamlEngine.java
@@ -13,7 +13,7 @@ public final class DamlEngine {
public static final String DAML_NS = "http://www.madore.org/~david/NS/daml/";
- private static Document doc;
+ static Document doc;
private DamlEngine() { } // Forbid instantiation