Replaced </?tt> by </?code> in javadoc · apache/mina@f827f75 (original) (raw)
`@@ -158,7 +158,7 @@ public static void awaitUninterruptably(Iterable<? extends IoFuture> futures) {
`
158
158
` * @param futures The {@link IoFuture}s we are waiting on
`
159
159
` * @param timeout The maximum time we wait for the {@link IoFuture}s to complete
`
160
160
` * @param unit The Time unit to use for the timeout
`
161
``
`-
- @return TRUE if all the {@link IoFuture} have been completed, FALSE if
`
``
161
`+
- @return
TRUE if all the {@link IoFuture} have been completed,FALSEif
`
162
162
` * at least one {@link IoFuture} haas been interrupted
`
163
163
` * @throws InterruptedException If one of the {@link IoFuture} is interrupted
`
164
164
` */
`
`@@ -172,7 +172,7 @@ public static boolean await(Iterable<? extends IoFuture> futures, long timeout,
`
172
172
` *
`
173
173
` * @param futures The {@link IoFuture}s we are waiting on
`
174
174
` * @param timeoutMillis The maximum milliseconds we wait for the {@link IoFuture}s to complete
`
175
``
`-
- @return TRUE if all the {@link IoFuture} have been completed, FALSE if
`
``
175
`+
- @return
TRUE if all the {@link IoFuture} have been completed,FALSEif
`
176
176
` * at least one {@link IoFuture} has been interrupted
`
177
177
` * @throws InterruptedException If one of the {@link IoFuture} is interrupted
`
178
178
` */
`
`@@ -186,7 +186,7 @@ public static boolean await(Iterable<? extends IoFuture> futures, long timeoutMi
`
186
186
` * @param futures The {@link IoFuture}s we are waiting on
`
187
187
` * @param timeout The maximum time we wait for the {@link IoFuture}s to complete
`
188
188
` * @param unit The Time unit to use for the timeout
`
189
``
`-
- @return TRUE if all the {@link IoFuture} have been completed, FALSE if
`
``
189
`+
- @return
TRUE if all the {@link IoFuture} have been completed,FALSEif
`
190
190
` * at least one {@link IoFuture} has been interrupted
`
191
191
` */
`
192
192
`public static boolean awaitUninterruptibly(Iterable<? extends IoFuture> futures, long timeout, TimeUnit unit) {
`
`@@ -198,7 +198,7 @@ public static boolean awaitUninterruptibly(Iterable<? extends IoFuture> futures,
`
198
198
` *
`
199
199
` * @param futures The {@link IoFuture}s we are waiting on
`
200
200
` * @param timeoutMillis The maximum milliseconds we wait for the {@link IoFuture}s to complete
`
201
``
`-
- @return TRUE if all the {@link IoFuture} have been completed, FALSE if
`
``
201
`+
- @return
TRUE if all the {@link IoFuture} have been completed,FALSEif
`
202
202
` * at least one {@link IoFuture} has been interrupted
`
203
203
` */
`
204
204
`public static boolean awaitUninterruptibly(Iterable<? extends IoFuture> futures, long timeoutMillis) {
`