View | Details | Raw Unified | Return to bug 59217
Collapse All | Expand All

(-)java/org/apache/tomcat/util/http/ServerCookie.java (-1 lines)
Lines 57-63 Link Here
57
    }
57
    }
58
58
59
    public void recycle() {
59
    public void recycle() {
60
        path.recycle();
61
        name.recycle();
60
        name.recycle();
62
        value.recycle();
61
        value.recycle();
63
        comment.recycle();
62
        comment.recycle();

Return to bug 59217