@@ -337,47 +337,47 @@ public void setMaxRequestAttempts(int attempts) {
337337
338338 /**
339339 * Gets the proxy value to use for API calls to Box.
340- * @return current proxy value
340+ * @return the current proxy.
341341 */
342342 public Proxy getProxy () {
343343 return this .proxy ;
344344 }
345345
346346 /**
347- * Sets the Proxy to use for API calls to Box.
348- * @param proxy the current Proxy
347+ * Sets the proxy to use for API calls to Box.
348+ * @param proxy the proxy to use for API calls to Box.
349349 */
350350 public void setProxy (Proxy proxy ) {
351351 this .proxy = proxy ;
352352 }
353353
354354 /**
355- * Gets the username to use for a Proxy that requires basic auth.
356- * @return username to use for a Proxy that requires basic auth
355+ * Gets the username to use for a proxy that requires basic auth.
356+ * @return the username to use for a proxy that requires basic auth.
357357 */
358358 public String getProxyUsername () {
359359 return this .proxyUsername ;
360360 }
361361
362362 /**
363- * Sets the username to use for a Proxy that requires basic auth.
364- * @param proxyUsername username to use for a Proxy that requires basic auth
363+ * Sets the username to use for a proxy that requires basic auth.
364+ * @param proxyUsername the username to use for a proxy that requires basic auth.
365365 */
366366 public void setProxyUsername (String proxyUsername ) {
367367 this .proxyUsername = proxyUsername ;
368368 }
369369
370370 /**
371- * Gets the password to use for a Proxy that requires basic auth.
372- * @return password to use for a Proxy that requires basic auth
371+ * Gets the password to use for a proxy that requires basic auth.
372+ * @return the password to use for a proxy that requires basic auth.
373373 */
374374 public String getProxyPassword () {
375375 return this .proxyPassword ;
376376 }
377377
378378 /**
379- * Sets the password to use for a Proxy that requires basic auth.
380- * @param proxyPassword password to use for a Proxy that requires basic auth
379+ * Sets the password to use for a proxy that requires basic auth.
380+ * @param proxyPassword the password to use for a proxy that requires basic auth.
381381 */
382382 public void setProxyPassword (String proxyPassword ) {
383383 this .proxyPassword = proxyPassword ;
0 commit comments