Skip to content

Commit bfd803d

Browse files
authored
Merge pull request scala/scala#7073 from hrhino/kill/uninitializederror
prepare to remove UninitializedError
2 parents 7624e28 + 6917cb1 commit bfd803d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/scala/UninitializedError.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ package scala
1515
* @author Martin Odersky
1616
* @since 2.5
1717
*/
18+
// TODO: remove in 2.14
19+
@deprecated("will be removed in a future release", since = "2.12.7")
1820
final class UninitializedError extends RuntimeException("uninitialized value")

0 commit comments

Comments
 (0)