Project

General

Profile

« Previous | Next » 

Revision 657

Added by berkley almost 24 years ago

changed getCookie to static

View differences:

src/edu/ucsb/nceas/metacat/HttpMessage.java
32 32
    /**
33 33
     * return the cookie that this message object contains
34 34
     */
35
    public String getCookie()
35
    public static String getCookie()
36 36
    {
37 37
      return cookie;
38 38
    }

Also available in: Unified diff