-
Bug
-
Resolution: Fixed
-
P5
-
None
-
b22
" @throws NullPointerException is key is {@code null}"
(is -> if)
perhaps the returns clause can be enhanced also. Currently it's :
"the value of the security property corresponding to key."
drawing from System.getProperty - this might read better:
"the string value of the security property, or null if there is no property with that key."
(is -> if)
perhaps the returns clause can be enhanced also. Currently it's :
"the value of the security property corresponding to key."
drawing from System.getProperty - this might read better:
"the string value of the security property, or null if there is no property with that key."