From 9849d68f4580b4498de4d9a4e5c416d9e3845908 Mon Sep 17 00:00:00 2001 From: Leif Gruenwoldt Date: Mon, 11 Dec 2023 22:38:44 -0500 Subject: [PATCH] Fix javadoc error [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 --- src/main/java/edu/nps/moves/dis/AggregateStatePdu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/edu/nps/moves/dis/AggregateStatePdu.java b/src/main/java/edu/nps/moves/dis/AggregateStatePdu.java index b8a49ae..b0e8247 100644 --- a/src/main/java/edu/nps/moves/dis/AggregateStatePdu.java +++ b/src/main/java/edu/nps/moves/dis/AggregateStatePdu.java @@ -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 * */