From 839bd51bc8d0babd6e52057065e2cc6d4e536bc9 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 5 Feb 2014 14:46:23 +0000 Subject: [PATCH] javadoc fix --- core/java/src/gnu/getopt/Getopt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/gnu/getopt/Getopt.java b/core/java/src/gnu/getopt/Getopt.java index 429301be5..6ca1c6ee3 100644 --- a/core/java/src/gnu/getopt/Getopt.java +++ b/core/java/src/gnu/getopt/Getopt.java @@ -841,7 +841,7 @@ exchange(String[] argv) * Put in a separate method because this needs to be done twice. (The * C getopt authors just copy-pasted the code!). * - * @param longind A buffer in which to store the 'val' field of found LongOpt + * Uses field longind, A buffer in which to store the 'val' field of found LongOpt * * @return Various things depending on circumstances */