File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,31 @@ case class Group(val nodes: Seq[Node]) extends Node {
34
34
}
35
35
36
36
/**
37
- * @throws scala.compat.Platform .UnsupportedOperationException (always)
37
+ * @throws Predef .UnsupportedOperationException (always)
38
38
*/
39
39
final def label =
40
40
throw new UnsupportedOperationException (" class Group does not support method 'label'" )
41
41
42
42
/**
43
- * @throws scala.compat.Platform .UnsupportedOperationException (always)
43
+ * @throws Predef .UnsupportedOperationException (always)
44
44
*/
45
45
final override def attributes =
46
46
throw new UnsupportedOperationException (" class Group does not support method 'attributes'" )
47
47
48
48
/**
49
- * @throws scala.compat.Platform .UnsupportedOperationException (always)
49
+ * @throws Predef .UnsupportedOperationException (always)
50
50
*/
51
51
final override def namespace =
52
52
throw new UnsupportedOperationException (" class Group does not support method 'namespace'" )
53
53
54
54
/**
55
- * @throws scala.compat.Platform .UnsupportedOperationException (always)
55
+ * @throws Predef .UnsupportedOperationException (always)
56
56
*/
57
57
final override def child =
58
58
throw new UnsupportedOperationException (" class Group does not support method 'child'" )
59
59
60
60
/**
61
- * @throws scala.compat.Platform .UnsupportedOperationException (always)
61
+ * @throws Predef .UnsupportedOperationException (always)
62
62
*/
63
63
def toString (sb : StringBuilder ) =
64
64
throw new UnsupportedOperationException (" class Group does not support method toString(StringBuilder)" )
You can’t perform that action at this time.
0 commit comments