Fix Javadoc

This commit is contained in:
Trustin Lee 2015-01-21 19:13:51 +09:00
parent c298230128
commit 0ba4d32040

View File

@ -67,7 +67,7 @@ public interface Cookie extends Comparable<Cookie> {
/**
* Sets the raw value of this {@link Cookie}.
*
* @param value The raw value to set
* @param rawValue The raw value to set
*/
void setRawValue(String rawValue);