]> nmode's Git Repositories - signal-cli/commitdiff
Fix comment
authorAsamK <asamk@gmx.de>
Thu, 21 Oct 2021 19:02:02 +0000 (21:02 +0200)
committerAsamK <asamk@gmx.de>
Thu, 21 Oct 2021 19:02:02 +0000 (21:02 +0200)
src/main/java/org/asamk/signal/commands/JsonRpcLocalCommand.java

index 5b926732710b183bb32205a617b97684d835edbb..47229538504ba9dd56ac185e6b41c53359cb2afb 100644 (file)
@@ -32,7 +32,7 @@ public interface JsonRpcLocalCommand extends JsonRpcCommand<Map<String, Object>>
     }
 
     /**
-     * Namepace implementation, that defaults booleans to false and converts camel case keys to dashed strings
+     * Namespace implementation, that has plural handling for list arguments and converts camel case keys to dashed strings
      */
     final class JsonRpcNamespace extends Namespace {