Skip to content

Instantly share code, notes, and snippets.

@pbogunovich
Created April 2, 2013 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbogunovich/5295855 to your computer and use it in GitHub Desktop.
Save pbogunovich/5295855 to your computer and use it in GitHub Desktop.
diff --git a/src/main/java/com/rightaction/shared/protobuf/Maxmind.java b/src/main/java/com/rightaction/shared/protobuf/Maxmind.java
index 38804cf..c3a4aec 100644
--- a/src/main/java/com/rightaction/shared/protobuf/Maxmind.java
+++ b/src/main/java/com/rightaction/shared/protobuf/Maxmind.java
@@ -1,5 +1,5 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: src/main/resources/maxmind.proto
+// source: maxmind.proto
package com.rightaction.shared.protobuf;
@@ -1311,15 +1311,14 @@ public final class Maxmind {
descriptor;
static {
java.lang.String[] descriptorData = {
- "\n src/main/resources/maxmind.proto\022\037com." +
- "rightaction.shared.protobuf\"\201\002\n\017MaxMindL" +
- "ocation\022\024\n\014country_code\030\001 \001(\t\022\024\n\014country" +
- "_name\030\002 \001(\t\022\023\n\013region_code\030\003 \001(\t\022\023\n\013regi" +
- "on_name\030\004 \001(\t\022\021\n\tcity_name\030\005 \001(\t\022\023\n\013post" +
- "al_code\030\006 \001(\t\022\013\n\003dma\030\007 \001(\r\022\020\n\010latitude\030\010" +
- " \001(\002\022\021\n\tlongitude\030\t \001(\002\022>\n\004node\030\n \003(\01320." +
- "com.rightaction.shared.protobuf.MaxMindL" +
- "ocation"
+ "\n\rmaxmind.proto\022\037com.rightaction.shared." +
+ "protobuf\"\201\002\n\017MaxMindLocation\022\024\n\014country_" +
+ "code\030\001 \001(\t\022\024\n\014country_name\030\002 \001(\t\022\023\n\013regi" +
+ "on_code\030\003 \001(\t\022\023\n\013region_name\030\004 \001(\t\022\021\n\tci" +
+ "ty_name\030\005 \001(\t\022\023\n\013postal_code\030\006 \001(\t\022\013\n\003dm" +
+ "a\030\007 \001(\r\022\020\n\010latitude\030\010 \001(\002\022\021\n\tlongitude\030\t" +
+ " \001(\002\022>\n\004node\030\n \003(\01320.com.rightaction.sha" +
+ "red.protobuf.MaxMindLocation"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment