Add Comparable to imports
This commit is contained in:
parent
d34773ee63
commit
3f39c6e9f5
2 changed files with 5 additions and 4 deletions
|
|
@ -115,16 +115,16 @@
|
|||
java.lang.Long
|
||||
java.lang.NumberFormatException
|
||||
java.lang.Math
|
||||
java.lang.Object
|
||||
java.lang.Process
|
||||
java.lang.ProcessBuilder
|
||||
java.lang.ProcessBuilder$Redirect
|
||||
java.lang.Runtime
|
||||
java.lang.RuntimeException
|
||||
java.lang.Object
|
||||
java.lang.String
|
||||
java.lang.StringBuilder
|
||||
java.lang.System
|
||||
java.lang.Throwable
|
||||
java.lang.Process
|
||||
java.lang.ProcessBuilder
|
||||
java.lang.ProcessBuilder$Redirect
|
||||
java.math.BigDecimal
|
||||
java.math.BigInteger
|
||||
java.net.DatagramSocket
|
||||
|
|
|
|||
|
|
@ -396,6 +396,7 @@ If neither -e, -f, or --socket-repl are specified, then the first argument that
|
|||
Character java.lang.Character
|
||||
Class java.lang.Class
|
||||
ClassNotFoundException java.lang.ClassNotFoundException
|
||||
Comparable java.lang.Comparable
|
||||
Double java.lang.Double
|
||||
Exception java.lang.Exception
|
||||
IllegalArgumentException java.lang.IllegalArgumentException
|
||||
|
|
|
|||
Loading…
Reference in a new issue