summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-27 21:47:59 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-02-14 13:24:47 +0100
commit356839e9f33db50d3c25d68ee1f371a1994b0f90 (patch)
tree5b18cc6f98b73ff7e3eec1112cb248fe9c3b4d3e
parent9380a38351dd2e0932c0cbb9c6b176fc2820c32d (diff)
downloadscala-356839e9f33db50d3c25d68ee1f371a1994b0f90.tar.gz
scala-356839e9f33db50d3c25d68ee1f371a1994b0f90.tar.bz2
scala-356839e9f33db50d3c25d68ee1f371a1994b0f90.zip
fixes indentation in Annotations.scala
-rw-r--r--src/reflect/scala/reflect/api/Annotations.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/reflect/scala/reflect/api/Annotations.scala b/src/reflect/scala/reflect/api/Annotations.scala
index e19e0cefad..4fec7a09ae 100644
--- a/src/reflect/scala/reflect/api/Annotations.scala
+++ b/src/reflect/scala/reflect/api/Annotations.scala
@@ -46,10 +46,10 @@ trait Annotations { self: Universe =>
*/
type Annotation >: Null <: AnyRef with AnnotationApi
- /** The constructor/extractor for `Annotation` instances.
- * @group Extractors
- */
- val Annotation: AnnotationExtractor
+ /** The constructor/extractor for `Annotation` instances.
+ * @group Extractors
+ */
+ val Annotation: AnnotationExtractor
/** An extractor class to create and pattern match with syntax `Annotation(tpe, scalaArgs, javaArgs)`.
* Here, `tpe` is the annotation type, `scalaArgs` the payload of Scala annotations, and `javaArgs` the payload of Java annotations.