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
java.util.Properties.getProperty returns null if the specified entry doesn't exist. The native declaration in frege.java.Util should reflect that by returning a ST s (Maybe String).
The text was updated successfully, but these errors were encountered:
java.util.Properties.getProperty
returnsnull
if the specified entry doesn't exist. The native declaration infrege.java.Util
should reflect that by returning aST s (Maybe String)
.The text was updated successfully, but these errors were encountered: