@@ -170,8 +170,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
170170 * IllegalStateException} if it is accessed in any way, with the following exceptions:
171171 *
172172 * <ul>
173- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
174- * involving {@code view} will throw)
173+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
174+ * expression involving {@code view} will throw)
175175 * <li>{@code hashCode()} does not throw
176176 * <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
177177 * behavior is undefined
@@ -187,9 +187,9 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
187187 *
188188 * <p>In an undirected network, this is equivalent to {@link #adjacentNodes(Object)}.
189189 *
190- * <p>If {@code node} is removed from the network after this method is called, the `Set` returned
191- * by this method will be invalidated, and will throw ` IllegalStateException` if it is accessed in
192- * any way.
190+ * <p>If {@code node} is removed from the network after this method is called, the {@code Set}
191+ * returned by this method will be invalidated, and will throw {@code IllegalStateException} if it
192+ * is accessed in any way.
193193 *
194194 * @throws IllegalArgumentException if {@code node} is not an element of this network
195195 */
@@ -210,8 +210,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
210210 * IllegalStateException} if it is accessed in any way, with the following exceptions:
211211 *
212212 * <ul>
213- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
214- * involving {@code view} will throw)
213+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
214+ * expression involving {@code view} will throw)
215215 * <li>{@code hashCode()} does not throw
216216 * <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
217217 * behavior is undefined
@@ -233,8 +233,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
233233 * IllegalStateException} if it is accessed in any way, with the following exceptions:
234234 *
235235 * <ul>
236- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
237- * involving {@code view} will throw)
236+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
237+ * expression involving {@code view} will throw)
238238 * <li>{@code hashCode()} does not throw
239239 * <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
240240 * behavior is undefined
@@ -258,8 +258,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
258258 * IllegalStateException} if it is accessed in any way, with the following exceptions:
259259 *
260260 * <ul>
261- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
262- * involving {@code view} will throw)
261+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
262+ * expression involving {@code view} will throw)
263263 * <li>{@code hashCode()} does not throw
264264 * <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
265265 * behavior is undefined
@@ -282,8 +282,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
282282 * IllegalStateException} if it is accessed in any way, with the following exceptions:
283283 *
284284 * <ul>
285- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
286- * involving {@code view} will throw)
285+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
286+ * expression involving {@code view} will throw)
287287 * <li>{@code hashCode()} does not throw
288288 * <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
289289 * behavior is undefined
@@ -344,8 +344,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
344344 * IllegalStateException} if it is accessed in any way, with the following exceptions:
345345 *
346346 * <ul>
347- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
348- * involving {@code view} will throw)
347+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
348+ * expression involving {@code view} will throw)
349349 * <li>{@code hashCode()} does not throw
350350 * <li>if {@code edge} is re-added to the network after having been removed, {@code view}'s
351351 * behavior is undefined
@@ -372,8 +372,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
372372 * exceptions:
373373 *
374374 * <ul>
375- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
376- * involving {@code view} will throw)
375+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
376+ * expression involving {@code view} will throw)
377377 * <li>{@code hashCode()} does not throw
378378 * <li>if {@code nodeU} or {@code nodeV} are re-added to the network after having been removed,
379379 * {@code view}'s behavior is undefined
@@ -401,8 +401,8 @@ public interface Network<N, E> extends SuccessorsFunction<N>, PredecessorsFuncti
401401 * exceptions:
402402 *
403403 * <ul>
404- * <li>{@code view.equals(view)} evaluates to {@code true} (but any other ` equals()` expression
405- * involving {@code view} will throw)
404+ * <li>{@code view.equals(view)} evaluates to {@code true} (but any other {@code equals()}
405+ * expression involving {@code view} will throw)
406406 * <li>{@code hashCode()} does not throw
407407 * <li>if either endpoint is re-added to the network after having been removed, {@code view}'s
408408 * behavior is undefined
0 commit comments