From 6901ebce6acba205d5aee9940ea0d519813ca82f Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Fri, 3 Apr 2015 14:05:43 -0700 Subject: [PATCH] Added doc comment to setCONN. --- Java/src/XPlaneConnect.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Java/src/XPlaneConnect.java b/Java/src/XPlaneConnect.java index a8dfb92..94b3fb9 100644 --- a/Java/src/XPlaneConnect.java +++ b/Java/src/XPlaneConnect.java @@ -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 {