Skip to content

Commit 80f6118

Browse files
committed
Fix Java 8 CI
1 parent 9c9d4ec commit 80f6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala3doc-testcases/src/tests/deprecated.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class B extends A:
1919
val y: Int = 1
2020

2121

22-
@java.lang.Deprecated(since = "1.1")
22+
@java.lang.Deprecated
2323
class JavaDeprecated

0 commit comments

Comments
 (0)