File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
datastore/src/main/java/io/spine/server/storage/datastore Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 2323import com .google .cloud .datastore .BaseEntity ;
2424import com .google .cloud .datastore .Entity ;
2525import com .google .cloud .datastore .Key ;
26- import com .google .common .annotations .VisibleForTesting ;
2726import com .google .common .base .Functions ;
2827import com .google .protobuf .Any ;
2928import com .google .protobuf .FieldMask ;
@@ -244,19 +243,6 @@ protected DatastoreWrapper getDatastore() {
244243 return datastore ;
245244 }
246245
247- /**
248- * Obtains the {@link TypeUrl} of the messages to save to this store.
249- *
250- * <p>Allows the customization of the storage behavior in descendants.
251- *
252- * @return the {@link TypeUrl} of the stored messages
253- */
254- @ VisibleForTesting
255- // Otherwise this getter is not used
256- TypeUrl getTypeUrl () {
257- return typeUrl ;
258- }
259-
260246 protected Entity entityRecordToEntity (I id , EntityRecordWithColumns record ) {
261247 EntityRecord entityRecord = record .getRecord ();
262248 Key key = datastore .keyFor (kindFrom (entityRecord ), ofEntityId (id ));
You can’t perform that action at this time.
0 commit comments