Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
racheltanxueqi committed Mar 10, 2019
1 parent d3ffe63 commit be25f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/EquipmentCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EquipmentCard extends UiPart<Region> {
* As a consequence, UI elements' variable names cannot be set to such keywords
* or an exception will be thrown by JavaFX during runtime.
*
* @see <a href="https://github.com/se-edu/addressbook-level4/issues/336">The issue on EquipmentManager level 4</a>
* @see <a href="https://github.com/se-edu/addressbook-level4/issues/336">The issue on EquipmentManager </a>
*/

public final Equipment equipment;
Expand Down

0 comments on commit be25f95

Please sign in to comment.