From e68d36aafd8a10fa52ad263045c960747e754b5e Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sat, 2 Jun 2018 17:39:54 -0300 Subject: Comment changes Perform various comment tweaks and changes --- base/src/main/java/bjc/utils/data/GeneratingIterator.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'base/src/main/java/bjc/utils/data/GeneratingIterator.java') diff --git a/base/src/main/java/bjc/utils/data/GeneratingIterator.java b/base/src/main/java/bjc/utils/data/GeneratingIterator.java index 8e6bcd2..25d2d3d 100644 --- a/base/src/main/java/bjc/utils/data/GeneratingIterator.java +++ b/base/src/main/java/bjc/utils/data/GeneratingIterator.java @@ -45,9 +45,11 @@ public class GeneratingIterator implements Iterator { } /* - * @NOTE As this currently is, it only works correctly assuming that - * next() is only called when hasNext() is true. Should we safeguard - * against people who are not doing the right thing? + * @NOTE + * + * As this currently is, it only works correctly assuming that next() is + * only called when hasNext() is true. Should we safeguard against + * people who are not doing the right thing? */ @Override public E next() { -- cgit v1.2.3