dumb change for test git commit rights
Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/42e5dc74 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/42e5dc74 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/42e5dc74 Branch: refs/heads/trunk Commit: 42e5dc74f4e70bdd7f3f68cca2f385e03c721255 Parents: c57d8dc Author: Julien Vermillard <[email protected]> Authored: Wed Jan 9 10:45:06 2013 +0100 Committer: elecharny <[email protected]> Committed: Wed Jan 9 19:14:54 2013 +0100 ---------------------------------------------------------------------- .../org/apache/mina/util/AbstractIoFuture.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/42e5dc74/core/src/main/java/org/apache/mina/util/AbstractIoFuture.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/mina/util/AbstractIoFuture.java b/core/src/main/java/org/apache/mina/util/AbstractIoFuture.java index a20b224..1ba2f71 100644 --- a/core/src/main/java/org/apache/mina/util/AbstractIoFuture.java +++ b/core/src/main/java/org/apache/mina/util/AbstractIoFuture.java @@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory; * An abstract implementation of {@link IoFuture}. Owners of this future * must implement {@link #cancelOwner(boolean)} to receive notifications of * when the future should be canceled. - * <p/> + * <p> * Concrete implementations of this abstract class should consider overriding * the two methods {@link #scheduleResult(org.apache.mina.api.IoFutureListener, Object)} * and {@link #scheduleException(org.apache.mina.api.IoFutureListener, Throwable)}
