My favorites | Sign in
t-2
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 248: HttpMethod#toString cyclic reference problem
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  shinpei.ohtani@gmail.com
Closed:  Aug 2009


 
Project Member Reported by shinpei.ohtani@gmail.com, Aug 18, 2009

HttpMethod#toString occurs cyclic reference.

>>        public String toString() {
>>                return toString().toLowerCase();
>>        }

This should be:
>>        public String toString() {
>>                return name().toUpperCase();
>>        }

Aug 18, 2009
Project Member #1 shinpei.ohtani@gmail.com
r4829で修正しました.
Status: Fixed

Powered by Google Project Hosting