Skip to content

Commit

Permalink
425: Add new Metric Prefixes to EBNFUnitFormat
Browse files Browse the repository at this point in the history
Task-Url: #425
  • Loading branch information
keilw committed Oct 3, 2024
1 parent c3a32a8 commit d4b0083
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/main/java/tech/units/indriya/format/EBNFUnitFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
* Note that the grammar has been left-factored to be suitable for use by a top-down parser generator such as <a
* href="https://javacc.dev.java.net/">JavaCC</a>
* </p>
* <table width="90%" align="center">
* <table>
* <tr>
* <th colspan="3" align="left">Lexical Entities:</th>
* <th colspan="3">Lexical Entities:</th>
* </tr>
* <tr valign="top">
* <td>&lt;sign&gt;</td>
Expand Down Expand Up @@ -143,14 +143,14 @@
*
* @author <a href="mailto:eric-r@northwestern.edu">Eric Russell</a>
* @author <a href="mailto:werner@uom.tech">Werner Keil</a>
* @version 2.0, $Date: 2024-10-02 $
* @version 2.1, October 4, 2024
* @since 1.0
*/
public class EBNFUnitFormat extends AbstractUnitFormat {

// ////////////////////////////////////////////////////
//////////////////////////////////////////////////////
// Class variables //
// ////////////////////////////////////////////////////
//////////////////////////////////////////////////////

/**
*
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/tech/units/indriya/format/LocalUnitFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* Note that the grammar has been left-factored to be suitable for use by a top-down parser generator such as <a
* href="https://javacc.dev.java.net/">JavaCC</a>
* </p>
* <table width="90%" * align="center">
* <table * align="center">
* <tr>
* <th colspan="3" align="left">Lexical Entities:</th>
* </tr>
Expand Down Expand Up @@ -156,7 +156,7 @@
*
* @author <a href="mailto:eric-r@northwestern.edu">Eric Russell</a>
* @author <a href="mailto:werner@units.tech">Werner Keil</a>
* @version 1.5, August 23, 2023
* @version 1.6, October 4, 2024
* @since 1.0
*/
public class LocalUnitFormat extends AbstractUnitFormat {
Expand Down

0 comments on commit d4b0083

Please sign in to comment.