aboutsummaryrefslogtreecommitdiff
path: root/common/src/at/gv/egovernment/moa/util/XPathUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/at/gv/egovernment/moa/util/XPathUtils.java')
-rw-r--r--common/src/at/gv/egovernment/moa/util/XPathUtils.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/XPathUtils.java b/common/src/at/gv/egovernment/moa/util/XPathUtils.java
index bfd91542c..5212ed13e 100644
--- a/common/src/at/gv/egovernment/moa/util/XPathUtils.java
+++ b/common/src/at/gv/egovernment/moa/util/XPathUtils.java
@@ -439,14 +439,14 @@ public class XPathUtils {
if (sLNamespace.equals(Constants.SL10_NS_URI))
{
sLPrefix = Constants.SL10_PREFIX;
- }
- else if (sLNamespace.equals(Constants.SL11_NS_URI))
- {
- sLPrefix = Constants.SL11_PREFIX;
- }
+ }
else if (sLNamespace.equals(Constants.SL12_NS_URI))
{
sLPrefix = Constants.SL12_PREFIX;
+ }
+ else if (sLNamespace.equals(Constants.SL11_NS_URI))
+ {
+ sLPrefix = Constants.SL11_PREFIX;
}
else
{