Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3ed39c

Browse files
committed
fix tester ip
1 parent feac3a4 commit c3ed39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/taimos/gpsd4java/test/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private Tester() {
4545
*/
4646
public static void main(final String[] args) {
4747
try {
48-
String host = "192.168.4.29";
48+
String host = "localhost";
4949
int port = 2947;
5050

5151
switch (args.length) {

0 commit comments

Comments
 (0)