Added doc comment to setCONN.

This commit is contained in:
Jason Watkins
2015-04-03 14:05:43 -07:00
parent 74cb81b5f7
commit 6901ebce6a

View File

@@ -564,10 +564,10 @@ public class XPlaneConnect implements AutoCloseable
}
/**
* Sets the port on which the client will receive data from X-Plane.
*
*
* @param recvPort
* @throws IOException
* @param recvPort The new incoming port number.
* @throws IOException If the command cannnot be sent.
*/
public void setCONN(int recvPort) throws IOException
{