From 2d2eb1a3a6fa72b6d23b5154aebba920432b9916 Mon Sep 17 00:00:00 2001 From: Alan Malloy Date: Thu, 25 Apr 2013 10:31:49 -0700 Subject: [PATCH] Protobuf takes a map, not a naming strategy. As pointed out in #45. --- src/flatland/protobuf/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatland/protobuf/core.clj b/src/flatland/protobuf/core.clj index abdc0af..1a0431d 100644 --- a/src/flatland/protobuf/core.clj +++ b/src/flatland/protobuf/core.clj @@ -23,7 +23,7 @@ ([def] (if (or (protodef? def) (nil? def)) def - (protodef def PersistentProtocolBufferMap$Def/convertUnderscores))) + (protodef def {}))) ([def opts] (when def (let [{:keys [^PersistentProtocolBufferMap$Def$NamingStrategy naming-strategy