summaryrefslogtreecommitdiff
path: root/src/library/scala/xml/MalformedAttributeException.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/xml/MalformedAttributeException.scala')
-rw-r--r--src/library/scala/xml/MalformedAttributeException.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/library/scala/xml/MalformedAttributeException.scala b/src/library/scala/xml/MalformedAttributeException.scala
index 0437006583..9dd4c2cf6e 100644
--- a/src/library/scala/xml/MalformedAttributeException.scala
+++ b/src/library/scala/xml/MalformedAttributeException.scala
@@ -1,7 +1,7 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2006, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
+** / __/ __// _ | / / / _ | (c) 2003-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
@@ -12,4 +12,4 @@
package scala.xml
-case class MalformedAttributeException(msg: String) extends java.lang.RuntimeException(msg)
+case class MalformedAttributeException(msg: String) extends RuntimeException(msg)