- HelloRule.java : Compression récupération data
- Suppression de l'ancienne règle HelloRule
This commit is contained in:
parent
90ef2d450e
commit
baa13b8aa2
@ -19,8 +19,7 @@ public class HelloRule extends ProtocolReader {
|
||||
|
||||
@Override
|
||||
protected void onExecuted(String... data) {
|
||||
String domain = data[DOMAIN];
|
||||
String port = data[PORT];
|
||||
String domain = data[DOMAIN], port = data[PORT];
|
||||
|
||||
System.out.printf("Règle Hello avec domain=%s et port=%s\n", domain, port);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user