Changed the location of the protobufs file
The location have been changed to create order in the packagesvote-registry
parent
25eefc4b16
commit
f9d7b4b1ce
|
@ -0,0 +1,13 @@
|
|||
package meerkat;
|
||||
|
||||
|
||||
/**
|
||||
* Created by Vladimir Eliezer Tokarev on 1/8/2016.
|
||||
*
|
||||
*/
|
||||
public class Registry {
|
||||
|
||||
public boolean TryAddVoter(String voterID, String personalData) throws IllegalArgumentException{
|
||||
private
|
||||
}
|
||||
}
|
|
@ -2267,7 +2267,8 @@ public final class ProtobufsMessages {
|
|||
"ent\030\001 \002(\t\"/\n\014BasicMessage\022\021\n\003tag\030\001 \003(\0132\004" +
|
||||
".Tag\022\014\n\004data\030\002 \001(\014\"b\n\024BulletinBoardMessa" +
|
||||
"ge\022\021\n\003tag\030\001 \003(\0132\004.Tag\022#\n\014basicMessage\030\002 " +
|
||||
"\002(\0132\r.BasicMessage\022\022\n\nsignatures\030\003 \001(\014"
|
||||
"\002(\0132\r.BasicMessage\022\022\n\nsignatures\030\003 \001(\014B\023" +
|
||||
"B\021ProtobufsMessages"
|
||||
};
|
||||
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
||||
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
option java_outer_classname = "ProtobufsMessages";
|
||||
|
||||
message Tag {
|
||||
required string content = 1;
|
Loading…
Reference in New Issue