dog-gateway / enj-library

The EnJ EnOcean Java library
16 stars 14 forks source link

FIX: destructive array copy #3

Closed IOOOTARobby closed 7 years ago

IOOOTARobby commented 7 years ago

Should fix #2

dbonino commented 7 years ago

@IOOOTARobby thanks very much for your contribution, sorry for the "stupid" mistake. @luigidr thanks for quickly accepting the request, I was accepting it almost at the same time

IOOOTARobby commented 7 years ago

@dbonino my pleasure. Thank you for this very well made piece of software

dbonino commented 7 years ago

@IOOOTARobby sorry for bothering again, I've compacted a bit the array copy in just one line using Arrays.copyOf(), if you want to pull this last version...

IOOOTARobby commented 7 years ago

@dbonino sure, just done! 👍