Skip to content

Commit 6bade82

Browse files
committed
remove unused code
1 parent 6797751 commit 6bade82

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

protobuf/src/main/java/gov/hhs/aspr/ms/taskit/protobuf/testsupport/translation/TestProtobufComplexObjectTranslator.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

protobuf/src/main/proto/gov/hhs/aspr/ms/taskit/protobuf/testsupport/testcomplexobject.proto

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ option java_package = "gov.hhs.aspr.ms.taskit.protobuf.testsupport.objects";
66

77
import "google/protobuf/any.proto";
88

9-
message TestComplexInputObjectSubObject {
10-
}
11-
129
message TestComplexInputObject {
1310
string testString = 1;
1411
double startTime = 2;
1512
int32 numEntities = 3;
16-
TestComplexInputObjectSubObject subObject = 4;
17-
google.protobuf.Any id = 5;
13+
google.protobuf.Any id = 4;
1814
}

0 commit comments

Comments
 (0)