From 0db3f765d6c5dfac42c44a61b77064c2647ff72e Mon Sep 17 00:00:00 2001 From: myrle-krantz Date: Mon, 15 May 2017 15:14:48 +0200 Subject: [PATCH] Fixing some details I missed. --- .../io/mifos/rhythm/api/v1/events/BeatEvent.java | 15 +++++++++++++++ .../io/mifos/rhythm/service/ServiceConstants.java | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/api/src/main/java/io/mifos/rhythm/api/v1/events/BeatEvent.java b/api/src/main/java/io/mifos/rhythm/api/v1/events/BeatEvent.java index 184bdd8..807c02b 100644 --- a/api/src/main/java/io/mifos/rhythm/api/v1/events/BeatEvent.java +++ b/api/src/main/java/io/mifos/rhythm/api/v1/events/BeatEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017 The Mifos Initiative. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.mifos.rhythm.api.v1.events; import java.util.Objects; diff --git a/service/src/main/java/io/mifos/rhythm/service/ServiceConstants.java b/service/src/main/java/io/mifos/rhythm/service/ServiceConstants.java index cacc037..78eb856 100644 --- a/service/src/main/java/io/mifos/rhythm/service/ServiceConstants.java +++ b/service/src/main/java/io/mifos/rhythm/service/ServiceConstants.java @@ -19,5 +19,5 @@ * @author Myrle Krantz */ public interface ServiceConstants { - String LOGGER_NAME = "rest-logger"; + String LOGGER_NAME = "rhythm-logger"; }