Skip to content

Commit 8980b81

Browse files
committed
Fix javadoc build
1 parent 073b32b commit 8980b81

File tree

1 file changed

+2
-2
lines changed
  • client/src/main/java/org/strykeforce/deadeye

1 file changed

+2
-2
lines changed

client/src/main/java/org/strykeforce/deadeye/Rect.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ public int size() {
7474
*
7575
* <p>For example:
7676
*
77-
* <code><pre>
77+
* <pre><code>
7878
* assertTrue(rect.contains(rect.topLeft));
7979
* assertFalse(rect.contains(rect.bottomRight));
8080
* assertTrue(rect.contains(rect.center()));
81-
* </pre></code>
81+
* </code></pre>
8282
*
8383
* @param point the (x, y) point to check
8484
* @return true if point is contained in rectangle

0 commit comments

Comments
 (0)