Skip to content

Commit fc921e5

Browse files
buraqadriaanm
buraq
authored andcommitted
added "override" modif
1 parent 764755c commit fc921e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/scala/xml/parsing/ConstructingParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with ExternalSources
3434
with MarkupParser {
3535

3636
// default impl. of Logged
37-
def log(msg:String): Unit = {}
37+
override def log(msg:String): Unit = {}
3838

3939
val preserveWS = presWS;
4040
val input = inp;

0 commit comments

Comments
 (0)