Skip to content

Commit 0fe3783

Browse files
author
Héctor Barreras Almarcha
committed
Small fix, project compiles now
1 parent 005cf36 commit 0fe3783

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/github/pires/obd/commands/ObdCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ public long getEnd() {
312312
public void setEnd(long end) {
313313
this.end = end;
314314
}
315-
316-
return cmd;
317315

318316
public final String getCommandPID() {
319317
return cmd.substring(3);

0 commit comments

Comments
 (0)