diff --git a/examples/src/main/java/com/flipkart/gjex/examples/helloworld/filter/LoggingFilter.java b/examples/src/main/java/com/flipkart/gjex/examples/helloworld/filter/LoggingFilter.java index 26cadfe2..d0a17589 100644 --- a/examples/src/main/java/com/flipkart/gjex/examples/helloworld/filter/LoggingFilter.java +++ b/examples/src/main/java/com/flipkart/gjex/examples/helloworld/filter/LoggingFilter.java @@ -32,9 +32,7 @@ @Named("LoggingFilter") public class LoggingFilter implements Filter, Logging { - /** - * Custom response key to indiacte request was logged on the server - */ + /** Custom response key to indiacte request was logged on the server*/ static final Metadata.Key CUSTOM_HEADER_KEY = Metadata.Key.of("request_response_logged_header_key", Metadata.ASCII_STRING_MARSHALLER); @Override