Skip to content

Commit

Permalink
Merge pull request #78 from hannesa2/MissingApiChangeDocu
Browse files Browse the repository at this point in the history
Add missing api change in comment
  • Loading branch information
hoijui authored Dec 30, 2024
2 parents 1788243 + 7d59f12 commit ff510fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Use like this:
* <blockquote><pre>{@code
* OSCMessage msg = new OSCMessage("/my/address");
* msg.addArgument(OSCImpulse.INSTANCE);
* msg.arguments.add(OSCImpulse.INSTANCE);
* }</pre></blockquote>
*/
public final class OSCImpulse implements Serializable {
Expand Down

0 comments on commit ff510fd

Please sign in to comment.