Removing irrelevant code from the example.

This commit is contained in:
Samuel Carlsson 2013-07-25 23:36:59 +02:00
parent 8e9b82ee74
commit b9a4f1bd80

View File

@ -12,8 +12,6 @@ Usage cannot be simpler. Just create a `JadbConnection` and off you go.
JadbConnection jadb = new JadbConnection();
List<AndroidDevice> actual = jadb.getDevices();
AndroidDevice[] expected = { new AndroidDevice("emulator-5554") };
Assert.assertArrayEquals(expected, actual.toArray());`
## Protocol Description ##