Skip to content

Commit

Permalink
Issue #64 Refactor project according to IntelliJ inspection suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
simondelabici committed Mar 24, 2020
1 parent 7f1afe3 commit b4357d4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/java/org/epics/ca/util/ResettableLatch.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* Based on CountDownLatch code, it adds reset() method.
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/
/*
Based on CountDownLatch code, it adds reset() method.
Written by Doug Lea with assistance from members of JCP JSR-166
Expert Group and released to the public domain, as explained at
http://creativecommons.org/publicdomain/zero/1.0/
*/

package org.epics.ca.util;

import java.util.concurrent.CyclicBarrier;
Expand Down

0 comments on commit b4357d4

Please sign in to comment.