mirror of
https://github.com/apache/jclouds.git
synced 2025-02-13 13:36:18 +00:00
Correct Checkstyle violations
This commit is contained in:
parent
cd4ce6b192
commit
8d9850d8da
@ -20,7 +20,7 @@ package org.jclouds.chef.config;
|
|||||||
/**
|
/**
|
||||||
* Configuration properties and constants used in Chef connections.
|
* Configuration properties and constants used in Chef connections.
|
||||||
*/
|
*/
|
||||||
public interface ChefProperties {
|
public final class ChefProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the Chef logger.
|
* The name of the Chef logger.
|
||||||
@ -107,4 +107,7 @@ public interface ChefProperties {
|
|||||||
*/
|
*/
|
||||||
public static final String CHEF_USE_OMNIBUS = "chef.use-omnibus";
|
public static final String CHEF_USE_OMNIBUS = "chef.use-omnibus";
|
||||||
|
|
||||||
|
private ChefProperties() {
|
||||||
|
throw new AssertionError("intentionally unimplemented");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user