Minor cleanups
This commit is contained in:
parent
77b9ea0f61
commit
f8cceedc35
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ import java.util.logging.Logger;
|
|||
* @since 1.0
|
||||
*/
|
||||
public class PropertyFileOperation extends AbstractOperation<PropertyFileOperation> {
|
||||
private final static Logger LOGGER = Logger.getLogger(PropertyFileOperation.class.getName());
|
||||
private static final Logger LOGGER = Logger.getLogger(PropertyFileOperation.class.getName());
|
||||
private final List<EntryBase<?>> entries_ = new ArrayList<>();
|
||||
private String comment_ = "";
|
||||
private boolean failOnWarning_;
|
||||
|
|
|
@ -39,7 +39,7 @@ import java.util.logging.Logger;
|
|||
* @since 1.0
|
||||
*/
|
||||
public final class PropertyFileUtils {
|
||||
private final static Logger LOGGER = Logger.getLogger(PropertyFileUtils.class.getName());
|
||||
private static final Logger LOGGER = Logger.getLogger(PropertyFileUtils.class.getName());
|
||||
|
||||
private PropertyFileUtils() {
|
||||
// no-op
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue