private final String force184;
public OfficialOption(String threadKey, String force184) {
- if (threadKey == null || force184 == null) {
- throw new IllegalArgumentException("公式動画用キーが不正です");
- }
+// if (threadKey == null || force184 == null) {
+// throw new IllegalArgumentException("公式動画用キーが不正です");
+// }
this.threadKey = threadKey;
this.force184 = force184;
}