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 filesvote-registry
parent
42bc35cbe8
commit
84555f0639
|
@ -1,3 +1,5 @@
|
|||
package meerkat;
|
||||
|
||||
option java_outer_classname = "ProtobufsMessages";
|
||||
|
||||
message Tag {
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,5 @@
|
|||
package meerkat;
|
||||
|
||||
import
|
||||
import meerkat.ProtobufsMessages.*;
|
||||
|
||||
/**
|
||||
* Created by Vladimir Eliezer Tokarev on 1/8/2016.
|
||||
|
|
Loading…
Reference in New Issue