summaryrefslogtreecommitdiff
path: root/src/library/scala/xml/Elem.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/xml/Elem.scala')
-rwxr-xr-xsrc/library/scala/xml/Elem.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/xml/Elem.scala b/src/library/scala/xml/Elem.scala
index f140fd1e07..2ca1dbfcd0 100755
--- a/src/library/scala/xml/Elem.scala
+++ b/src/library/scala/xml/Elem.scala
@@ -73,7 +73,7 @@ extends Node with Serializable
throw new IllegalArgumentException("prefix of zero length, use null instead")
if (scope == null)
- throw new IllegalArgumentException("scope is null, use xml.TopScope for empty scope")
+ throw new IllegalArgumentException("scope is null, use scala.xml.TopScope for empty scope")
//@todo: copy the children,
// setting namespace scope if necessary