Skip to content

Commit

Permalink
Removed more HTML tags (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 authored Apr 7, 2023
1 parent ecff196 commit 83b8c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static BattleshipType getType(int value) {
* Checks if the type is a ship.
*
* @param type the {@link BattleshipType} to check
* @return <tt>true</tt> if the type is a ship, <tt>false</tt> otherwise
* @return true if the type is a ship, false otherwise
*/
public static boolean isShip(BattleshipType type) {
return type == SHIP_UNKNOWN || type == SHIP_TOP || type == SHIP_RIGHT
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/edu/rpi/legup/ui/WrapLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Dimension preferredLayoutSize(Container target) {
}

/**
* Returns the minimum dimensions needed to layout the <image>visible</image>
* Returns the minimum dimensions needed to layout the visible
* components contained in the specified target container.
*
* @param target the component which needs to be laid out
Expand Down

0 comments on commit 83b8c14

Please sign in to comment.