Correct spelling mistake 71/65571/1
authorIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
Mon, 10 Sep 2018 15:42:14 +0000 (16:42 +0100)
committerIoannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
Mon, 10 Sep 2018 15:57:45 +0000 (16:57 +0100)
The word received is spelled incorrectly.

Change-Id: Ib3f2ad7df98766b5d6bd242edacc9db60277694f
Issue-ID: AAI-1584
Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java
champ-service/src/main/resources/logging/ChampMsgs.properties

index e091ee9..ce45d14 100644 (file)
@@ -274,7 +274,7 @@ public class ChampAsyncRequestProcessor extends TimerTask {
                 Iterable<String> events = asyncRequestConsumer.consume();
 
                 if (events == null || !events.iterator().hasNext()) {
-                    logger.info(ChampMsgs.CHAMP_ASYNC_REQUEST_PROCESSOR_INFO, "No events recieved");
+                    logger.info(ChampMsgs.CHAMP_ASYNC_REQUEST_PROCESSOR_INFO, "No events received");
                 } else {
                     processEvents(events);
                 }
index 776b178..4309b75 100644 (file)
@@ -31,7 +31,7 @@ PROCESS_EVENT=\
 
 QUERY=\
   CS0002I|\
-  Query Recieved: {0}
+  Query Received: {0}
 
 INCOMING_REQUEST=\
   CS0003I|\