spec/support/definitions/author.proto in active_remote-2.0.0.rc1 vs spec/support/definitions/author.proto in active_remote-2.0.0.rc2
- old
+ new
@@ -1,9 +1,9 @@
package generic.remote;
-import "support/protobuf/error.proto";
+import "error.proto";
-message Author {
+message Author {
optional string guid = 1;
optional string name = 2;
repeated Error errors = 3;
optional string user_guid = 4;
}