OSDN Git Service

ソースコードをUTF-8化
[coroid/inqubus.git] / frontend / src / saccubus / converter / profile / Proxy.java
index 792ae03..443cf4f 100644 (file)
@@ -20,7 +20,7 @@ public class Proxy {
 
     public Proxy(String host, int port) {
         if (StringUtils.isEmpty(host) || port < 0 || port > 65535) {
-            throw new IllegalArgumentException("\83v\83\8d\83L\83V\82Ì\90Ý\92è\82ª\95s\93K\90Ø\82Å\82·");
+            throw new IllegalArgumentException("プロキシの設定が不適切です");
         }
         this.host = host;
         this.port = port;