Fix: Empty statements should be removed (squid:EmptyStatementUsageCheck)

This commit is contained in:
Jano Svitok 2018-07-30 12:08:23 +02:00
parent 9b4be76f3e
commit 1a34d13bbb

View File

@ -14,7 +14,7 @@ public class JadbDevice {
Device,
Recovery,
BootLoader
};
}
private final String serial;
private final ITransportFactory transportFactory;