From 0fe3783d85614d7c5bc6c54a944a7458a5b36f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Barreras=20Almarcha?= Date: Wed, 14 Oct 2015 10:09:13 +0200 Subject: [PATCH] Small fix, project compiles now --- src/main/java/com/github/pires/obd/commands/ObdCommand.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/github/pires/obd/commands/ObdCommand.java b/src/main/java/com/github/pires/obd/commands/ObdCommand.java index 0c237e06..a4833e6f 100644 --- a/src/main/java/com/github/pires/obd/commands/ObdCommand.java +++ b/src/main/java/com/github/pires/obd/commands/ObdCommand.java @@ -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);