accord-maelstrom/src/main/java/accord/maelstrom/MaelstromReply.java [92:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        MaelstromUpdate update = new MaelstromUpdate();
        in.beginArray();
        while (in.hasNext())
        {
            in.beginArray();
            String op = in.nextString();
            Key key = MaelstromKey.readKey(in);
            switch (op)
            {
                default: throw new IllegalStateException("Invalid op: " + op);
                case "r":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



accord-maelstrom/src/main/java/accord/maelstrom/MaelstromRequest.java [112:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        MaelstromUpdate update = new MaelstromUpdate();
        in.beginArray();
        while (in.hasNext())
        {
            in.beginArray();
            String op = in.nextString();
            Key key = MaelstromKey.readKey(in);
            switch (op)
            {
                default: throw new IllegalStateException("Invalid op: " + op);
                case "r":
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



