Skip to content

Commit

Permalink
Merge pull request #6040 from repligator/java-doc-add
Browse files Browse the repository at this point in the history
Slight addition to isCanon Javadoc
  • Loading branch information
HammerGS authored Sep 26, 2024
2 parents d41eb83 + ce4218d commit 518ddbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion megamek/src/megamek/common/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,9 @@ public abstract class Entity extends TurnOrdered implements Transporter, Targeta
private final Vector<Integer> hitBySwarmsWeapon = new Vector<>();

/**
* True if and only if this is a canon (published) unit.
* True if and only if this is a canon (published) unit. This is established
* by checking against a text file in the docs folder; "OfficialUnitList.txt".
* @see MekFileParser
*/
private boolean canon;

Expand Down

0 comments on commit 518ddbb

Please sign in to comment.