Skip to content

Commit

Permalink
fixed data buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 25, 2018
1 parent f4c1df6 commit 7ce0982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/bildspur/artnet/packets/ArtNetPacket.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public byte[] getData() {
/**
* Returns the actually used length of the data buffer.
*
* @return
* @return Length of the data buffer.
*/
public int getLength() {
return data.length;
Expand Down

0 comments on commit 7ce0982

Please sign in to comment.