Skip to content

Commit ff510fd

Browse files
authored
Merge pull request #78 from hannesa2/MissingApiChangeDocu
Add missing api change in comment
2 parents 1788243 + 7d59f12 commit ff510fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/com/illposed/osc/argument/OSCImpulse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Use like this:
1616
* <blockquote><pre>{@code
1717
* OSCMessage msg = new OSCMessage("/my/address");
18-
* msg.addArgument(OSCImpulse.INSTANCE);
18+
* msg.arguments.add(OSCImpulse.INSTANCE);
1919
* }</pre></blockquote>
2020
*/
2121
public final class OSCImpulse implements Serializable {

0 commit comments

Comments
 (0)