Created
June 7, 2016 08:17
-
-
Save henteko/8af8994e5a1e693bb180272d74aa9c94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Hoge { | |
public Main(String one, String two) { | |
Map<String, Object> map = new Map<>(); | |
if (one != null) { map.put("oneParam", one) } | |
if (two != null) { map.put("twoParam", two) } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment