eclipse-archived / californium.core

Californium project
86 stars 69 forks source link

Spelling mistake in REQUEST_CODE_UPPER_BOUND #51

Closed mojadita closed 8 years ago

mojadita commented 8 years ago

Signed-off-by: Luis Colorado lcu@basen.net

mojadita commented 8 years ago

I think now everything is ok. :)

sophokles73 commented 8 years ago

The org.eclipse.californium.core.network.serialization.DataParser class has a reference to org.eclipse.californium.core.coap.CoAP.MessageFormat.REQUEST_CODE_UPPER_BOUNT which needs to be refactored as well. You should make sure that the code compiles successfully locally after you have made your changes. In particular, you should do a mvn clean install in order to make sure that you compile from scratch ...

mojadita commented 8 years ago

I did it, but it's clear that I did it bad. Let me check all compilations.

sophokles73 commented 8 years ago

Merged in 8b5de7d796fcf49357b7f24c98c86886a2fe6d27

Thanks for the fix, @mojadita :-)