Skip to content

Commit

Permalink
Fixed JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Oct 12, 2024
1 parent a598ac6 commit 735c7c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/tech/units/indriya/format/EBNFUnitFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
*
* @author <a href="mailto:[email protected]">Eric Russell</a>
* @author <a href="mailto:[email protected]">Werner Keil</a>
* @version 2.1, October 4, 2024
* @version 2.2, October 12, 2024
* @since 1.0
*/
public class EBNFUnitFormat extends AbstractUnitFormat {
Expand Down Expand Up @@ -249,8 +249,6 @@ public String toString() {
* the unit being aliased.
* @param alias
* the alias attached to this unit.
* @throws IllegalArgumentException
* if the label is not a {@link SimpleUnitFormat#isValidIdentifier(String)} valid identifier.
*/
public void alias(Unit<?> unit, String alias) {
symbolMap.alias(unit, alias);
Expand Down

0 comments on commit 735c7c9

Please sign in to comment.