This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.
from 8b6e2b2 Fixed: sonarqube issue - removed unused private fields
new c2133b6 Fixed: sonarqube issue - Static non-final field names should comply with
a naming convention
new b8ea634 Fixed: sonarqube issue - Boolean​(String s) constructor is deprecated
Used parseBoolean(String) to convert a string to a boolean primitive https://docs.oracle.com/javase/9/docs/api/java/lang/Boolean.html#Boolean-java.lang.String-
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/roller/planet/config/PlanetRuntimeConfig.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|