Skip to content

Commit

Permalink
Small fix, project compiles now
Browse files Browse the repository at this point in the history
  • Loading branch information
Héctor Barreras Almarcha committed Oct 14, 2015
1 parent 005cf36 commit 0fe3783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/github/pires/obd/commands/ObdCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ public long getEnd() {
public void setEnd(long end) {
this.end = end;
}

return cmd;

public final String getCommandPID() {
return cmd.substring(3);
Expand Down

0 comments on commit 0fe3783

Please sign in to comment.