]> WPIA git - gigi.git/commitdiff
chg: Reuse code in template merging/append
authorBenny Baumann <BenBE1987@gmx.net>
Tue, 21 Feb 2017 22:45:22 +0000 (23:45 +0100)
committerBenny Baumann <BenBE1987@gmx.net>
Wed, 22 Feb 2017 00:17:22 +0000 (01:17 +0100)
Change-Id: Ibcddd77c8915a9797431adf8ecd2bf94202c46b0

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) {