Revision 657
Added by berkley almost 24 years ago
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
changed getCookie to static