1
0
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:
Cristian Maglie
2015-01-13 23:08:31 +01:00
parent 99715d22d9
commit 29d2ab72e2
5 changed files with 1 additions and 5 deletions

View File

@ -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);