Add configuration classes.

Fix paths.

Change-Id: I79b5eee4975e8bf947d3cef91924f3dd3510f350
This commit is contained in:
Deklan Dieterly 2014-07-21 14:10:49 -06:00
parent 2da8f7812e
commit f5d0175049
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.hpcloud.mon.persister.configuration;
package com.hpcloud.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -11,7 +11,7 @@
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
package com.hpcloud.mon.infrastructure.persistence.influxdb;
package com.hpcloud.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;