summaryrefslogtreecommitdiff
path: root/sources/scalac/ast
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-04-16 09:22:06 +0000
committerpaltherr <paltherr@epfl.ch>2003-04-16 09:22:06 +0000
commitd5d9d56f4944868b166b39f5d72c273c07c828a9 (patch)
tree24504845adc5da132d3cee5c96055015ae444ca1 /sources/scalac/ast
parent609593beeb70645c1a9ce2cb02331a264d8cbf5b (diff)
downloadscala-d5d9d56f4944868b166b39f5d72c273c07c828a9.tar.gz
scala-d5d9d56f4944868b166b39f5d72c273c07c828a9.tar.bz2
scala-d5d9d56f4944868b166b39f5d72c273c07c828a9.zip
- Added a comment
Diffstat (limited to 'sources/scalac/ast')
-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;
//########################################################################