Hi BookKeepers,

I'm new to BookKeeper these days, and notice that a part of our website
(doc) are outdated.

Said we have such a code example on the site:

Enumerator<LedgerEntry> entries =
  handle.readEntries(0, handle.getLastAddConfirmed());

while (entries.hasNextElement()) {
    LedgerEntry entry = entries.nextElement();
    System.out.println("Successfully read entry " + entry.getId());
}

However, Enumerator is neither a class defined in the project nor bundled
with jdk dist.

Also, I notice that we have a `site2` folder which may be back to two years
ago effort without
new progress.

I'm learning BookKeeper project by reading its doc and code now, but it
seems that outdated
doc hurts and I'm looking for anything I can help along with my learning
journey.

Best,
tison.

Reply via email to