/**
* Get bytes byte [].
*
* @param command the command
* @return the byte []
*/
private byte[] getBytes(Command command) {
return command.toByteArray();
}
in my opinion, [] should say array instead. For arrays of higher dimension too (not multiple "array" words that is - or could say 2-dimensional array etc.)
autogenerated:
in my opinion, [] should say array instead. For arrays of higher dimension too (not multiple "array" words that is - or could say 2-dimensional array etc.)