Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Fixing some details I missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mifosio-04-04-2018 committed May 15, 2017
1 parent f0bbefa commit 0db3f76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions 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;
Expand Down
Expand Up @@ -19,5 +19,5 @@
* @author Myrle Krantz
*/
public interface ServiceConstants {
String LOGGER_NAME = "rest-logger";
String LOGGER_NAME = "rhythm-logger";
}

0 comments on commit 0db3f76

Please sign in to comment.