Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/src/main/scala/scala/xml/NamespaceBinding.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case class NamespaceBinding(prefix: String, uri: String, parent: NamespaceBindin
/**
* Returns some prefix that is mapped to the URI.
*
* @param _uri the input URI
* @param uri the input URI
* @return the prefix that is mapped to the input URI, or null
* if no prefix is mapped to the URI.
*/
Expand Down
2 changes: 1 addition & 1 deletion shared/src/main/scala/scala/xml/PrefixedAttribute.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.collection.Seq
*
* @param pre
* @param key
* @param value the attribute value
* @param _value the attribute value
* @param next1
*/
// Note: used by the Scala compiler.
Expand Down