You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type descriptions were previously inconsistent (eg: Long's was "Long
type", while Short's was "Short as Int"), and unhelpful to clients that
aren't familiar with Java's type system (eg: "Short" may have no meaning
to a JavaScript programmer, nor would "java.math.BigInteger")
This change attempts to make the descriptions more consistent and also
programming language agnostic.
0 commit comments