Skip to content

Commit

Permalink
Fix checkstyle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
codeNinjaDev committed Jul 12, 2023
1 parent d460bab commit 21196c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class DefaultEventReaderContext implements EventReaderContext {
/**
* Construct the default Event reader context.
*
* @param prefix prefix for specific event reader (e.g start.<simpleclassname>)
* @param prefix prefix for specific event reader (e.g start.simpleclassname)
* @param cConf An instance of an injected ${@link CConfiguration}.
*/
DefaultEventReaderContext(String prefix, CConfiguration cConf) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ public boolean isEnabled(FeatureFlagsProvider featureFlagsProvider) {
}

/**
* @return string that identifies the feature flag.
* Retrieve the string that identifies the feature flag.
*
* @return feature flag string
*/
public String getFeatureFlagString() {
return featureFlagString;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
import io.cdap.cdap.internal.app.runtime.monitor.RuntimeServer;
import io.cdap.cdap.internal.app.services.AppFabricServer;
import io.cdap.cdap.internal.app.worker.sidecar.ArtifactLocalizerService;
import io.cdap.cdap.internal.events.EventSubscriberManager;
import io.cdap.cdap.internal.events.EventPublishManager;
import io.cdap.cdap.internal.events.EventSubscriberManager;
import io.cdap.cdap.logging.LoggingUtil;
import io.cdap.cdap.logging.appender.LogAppenderInitializer;
import io.cdap.cdap.logging.framework.LogPipelineLoader;
Expand Down

0 comments on commit 21196c9

Please sign in to comment.