Skip to content

Commit

Permalink
[JENKINS-47725] Delete sync comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelzunc committed Oct 30, 2017
1 parent 2f3eb3c commit 6fd5902
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -115,7 +115,6 @@ private FilePathUtils() {}

private static final Map<VirtualChannel,String> channelNames = Collections.synchronizedMap(new WeakHashMap<VirtualChannel,String>());

// TODO: sync access?
static String getChannelName(@Nonnull VirtualChannel channel) {
String channelName = channelNames.get(channel);

Expand Down

0 comments on commit 6fd5902

Please sign in to comment.