This commit is contained in:
zzz
2011-05-23 19:16:33 +00:00
parent 4ea5622842
commit 7ab95d0144
21 changed files with 79 additions and 74 deletions

View File

@@ -156,7 +156,7 @@ class AddressBook {
/**
* Return an iterator over the addresses in the AddressBook.
* @since 0.8.6
* @since 0.8.7
*/
public Iterator<Map.Entry<String, String>> iterator() {
if (this.subFile != null)
@@ -166,7 +166,7 @@ class AddressBook {
/**
* Delete the temp file or clear the map.
* @since 0.8.6
* @since 0.8.7
*/
public void delete() {
if (this.subFile != null) {

View File

@@ -38,7 +38,7 @@ import java.util.NoSuchElementException;
* Callers should iterate all the way through or call close()
* to ensure the underlying stream is closed.
*
* @since 0.8.6
* @since 0.8.7
*/
class ConfigIterator implements Iterator<Map.Entry<String, String>> {

View File

@@ -109,7 +109,7 @@ public class Daemon {
* @param log
* The log to write changes and conflicts to.
* May be null.
* @since 0.8.6
* @since 0.8.7
*/
public static void update(NamingService router, File published, SubscriptionList subscriptions, Log log) {
// If the NamingService is a database, we look up as we go.

View File

@@ -67,7 +67,7 @@ class DaemonThread extends Thread implements NamingServiceUpdater {
/**
* The NamingServiceUpdater interface
* @param options ignored
* @since 0.8.6
* @since 0.8.7
*/
public void update(Properties options) {
interrupt();