Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feac3a4 commit c3ed39cCopy full SHA for c3ed39c
src/test/java/de/taimos/gpsd4java/test/Tester.java
@@ -45,7 +45,7 @@ private Tester() {
45
*/
46
public static void main(final String[] args) {
47
try {
48
- String host = "192.168.4.29";
+ String host = "localhost";
49
int port = 2947;
50
51
switch (args.length) {
0 commit comments