]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/output/template/Template.java
chg: Reuse code in template merging/append
[gigi.git] / src / club / wpia / gigi / output / template / Template.java
index 454c0c5846d4b35df39bf62e44fa8566bc0a7840..d3f5a011aa6448a8e2aae66e5a7055eb6942e844 100644 (file)
@@ -322,7 +322,7 @@ public class Template implements Outputable {
         public void merge(ParseContext other) {
             line = other.line;
             column = other.column;
-            parseException.append(other.parseException);
+            append(other);
         }
 
         public void append(ParseContext other) {