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

Skip to content

Commit 5914b03

Browse files
committed
SocketThread: Fix messed up javadocs indentation
1 parent 56e5e33 commit 5914b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/de/taimos/gpsd4java/backend/SocketThread.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ public SocketThread(final BufferedReader reader, final GPSdEndpoint endpoint,
7171
}
7272

7373
/**
74-
* @param reader the socket input
75-
* @param endpoint the endpoint
76-
* @param resultParser the result parser
74+
* @param reader the socket input
75+
* @param endpoint the endpoint
76+
* @param resultParser the result parser
7777
*/
7878
public SocketThread(final BufferedReader reader, final GPSdEndpoint endpoint, final AbstractResultParser resultParser) {
7979
this(reader, endpoint, resultParser, true);

0 commit comments

Comments
 (0)