xiaoxiwu / jcoap

Automatically exported from code.google.com/p/jcoap
0 stars 0 forks source link

optionType member variable was not getting set in CoapHeaderOption constructor #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The optionType member variable was not getting set in CoapHeaderOption 
constructor. When creating a response, the getToken method returns null because 
the getter relies on this variable.

I pushed a change to my clone greg-mirabito-jcoap to fix this problem.

Original issue reported on code.google.com by greg_mir...@onsetcomp.com on 1 May 2012 at 3:56