summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala')
-rw-r--r--src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala b/src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala
index 00d2e1a2ba..c77b33946a 100644
--- a/src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala
+++ b/src/compiler/scala/tools/nsc/ast/parser/BracePatch.scala
@@ -2,7 +2,8 @@
* Copyright 2005-2009 LAMP/EPFL
* @author Martin Odersky
*/
-package scala.tools.nsc.ast.parser
+package scala.tools.nsc
+package ast.parser
/** A patch that postulates that a brace needs to be inserted or deleted at a given position.
* @param off The offset where the brace needs to be inserted or deleted