summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/ast/StrictTreeCopier.java.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/ast/StrictTreeCopier.java.tmpl b/sources/scalac/ast/StrictTreeCopier.java.tmpl
index 88ea139eef..f82653279a 100644
--- a/sources/scalac/ast/StrictTreeCopier.java.tmpl
+++ b/sources/scalac/ast/StrictTreeCopier.java.tmpl
@@ -16,6 +16,7 @@ public class StrictTreeCopier implements TreeCopier {
//########################################################################
// Protected Fields
+ /** The tree factory used to create the tree copies */
protected final TreeFactory make;
//########################################################################