File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
server/src/main/java/io/spine/server/tuple Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,6 @@ public B getB() {
119119 return value (this , 1 );
120120 }
121121
122- /*
123- * Companion code
124- *******************/
125-
126122 @ CanIgnoreReturnValue
127123 private static <M extends Message > M checkNotNullOrEmpty (M value ) {
128124 return checkNotNullOrEmpty (Pair .class , value );
Original file line number Diff line number Diff line change @@ -127,10 +127,6 @@ public D getD() {
127127 return value (this , 3 );
128128 }
129129
130- /*
131- * Companion code
132- *******************/
133-
134130 @ CanIgnoreReturnValue
135131 private static <M extends Message > M checkNotNullOrEmpty (M value ) {
136132 return checkNotNullOrEmpty (Quartet .class , value );
Original file line number Diff line number Diff line change @@ -155,10 +155,6 @@ public E getE() {
155155 return value (this , 4 );
156156 }
157157
158- /*
159- * Companion code
160- *******************/
161-
162158 @ CanIgnoreReturnValue
163159 private static <M extends Message > M checkNotNullOrEmpty (M value ) {
164160 return checkNotNullOrEmpty (Quintet .class , value );
Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ public C getC() {
106106 return value (this , 2 );
107107 }
108108
109- /*
110- * Companion code
111- *******************/
112-
113109 @ CanIgnoreReturnValue
114110 private static <M extends Message > M checkNotNullOrEmpty (M value ) {
115111 return checkNotNullOrEmpty (Triplet .class , value );
You can’t perform that action at this time.
0 commit comments