Skip to content

Commit

Permalink
Merge pull request #35 from 1010sachin/fix_23
Browse files Browse the repository at this point in the history
Correcting the comment to be a javadoc comment [skip travis]
  • Loading branch information
1010sachin authored Feb 20, 2019
2 parents 0ab4100 + cfb51f0 commit 017ecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/joyent/manta/monitor/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private static Set<ChainRunner> startAllChains(final Configuration configuration
final Set<ChainRunner> runningChains =
new LinkedHashSet<>(configuration.getTestRunners().size());
final MantaClient client = injector.getInstance(MantaClient.class);
/*
/**
* A Shared Map for storing the Histogram object for each chain.
* This map is shared across all the running chains with key as the name
* of the chain class and value as the histogram object for that chain.
Expand Down

0 comments on commit 017ecb3

Please sign in to comment.