We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991840 commit 3ba78baCopy full SHA for 3ba78ba
src/test/java/net/lvsq/jgossip/BuggyCalculator.java
@@ -9,6 +9,7 @@
9
import java.util.logging.Logger;
10
11
public class BuggyCalculator {
12
+
13
private static final Logger logger = Logger.getLogger(BuggyCalculator.class.getName());
14
15
public double divide(int numerator, int denominator) {
0 commit comments