Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
[ERROR] C:\Users\Leif\code\open-dis-java\src\main\java\edu\nps\moves\dis\AggregateStatePdu.java:340: error: unmappable character (0xB4) for encoding UTF-8
[ERROR] * This function returns the number of padding bits dependendant on?how many Aggregate and Entity ID's
  • Loading branch information
leif81 committed Dec 12, 2023
1 parent 6f82a70 commit 9849d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/nps/moves/dis/AggregateStatePdu.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public short getPad2() {
}

/**
* This function returns the number of padding bits dependendant on´how many Aggregate and Entity ID's
* This function returns the number of padding bits dependendant on how many Aggregate and Entity ID's
* are in ID lists
*
*/
Expand Down

0 comments on commit 9849d68

Please sign in to comment.