mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Fixed a bunch of simple warnings in java code
This commit is contained in:
@ -18,6 +18,7 @@ import java.util.*;
|
||||
* @author TB
|
||||
*/
|
||||
public interface Options {
|
||||
@SuppressWarnings("serial")
|
||||
Map<String, Object> UNICODE_OPTIONS = new HashMap<String, Object>() {
|
||||
{
|
||||
put(OPTION_TYPE_MAPPER, W32APITypeMapper.UNICODE);
|
||||
|
Reference in New Issue
Block a user