Changed the location of the Protobufs file and added the Registry class

The protobufs files location was changed for the right location of the packages for Registry
class be able to use the protobufs files
vote-registry
Vladimir Eliezer Tokarev 2016-01-08 08:07:15 -08:00
parent 42bc35cbe8
commit 84555f0639
3 changed files with 303 additions and 299 deletions

View File

@ -1,3 +1,5 @@
package meerkat;
option java_outer_classname = "ProtobufsMessages";
message Tag {

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
package meerkat;
import
import meerkat.ProtobufsMessages.*;
/**
* Created by Vladimir Eliezer Tokarev on 1/8/2016.