logic for debug message (if either or both mapped element has no defaults specified)
[vamsas.git] / src / uk / ac / vamsas / objects / utils / Range.java
index e9c2eff..74ace8e 100644 (file)
@@ -237,7 +237,7 @@ public class Range {
    */\r
   public static MapList parsemapType(MapType map)\r
   {\r
-    if (!map.getLocal().hasUnit() || map.getMapped().hasUnit())\r
+    if (!map.getLocal().hasUnit() || !map.getMapped().hasUnit())\r
     {\r
       if (log.isDebugEnabled())\r
       { \r