diff --git a/src/main/java/swiss/qpq/gajumaru/core/tools/NodeClient.java b/src/main/java/swiss/qpq/gajumaru/core/tools/NodeClient.java index 144f00d..63d5a34 100644 --- a/src/main/java/swiss/qpq/gajumaru/core/tools/NodeClient.java +++ b/src/main/java/swiss/qpq/gajumaru/core/tools/NodeClient.java @@ -42,7 +42,7 @@ import swiss.qpq.gajumaru.core.encoding.ZJ; // endpoints. // // This design will evolve in the future as the concept of network and inter-network -// crawling evolved (and obviously as ACs are introduced). In this iteration, though, +// crawling evolves (and obviously as ACs are introduced). In this iteration, though, // my goal is to keep things as simple as possible, and that is why this is probably // somewhat unidiomatic for Java (I don't *really* know, but this works).