64656667686970
encoder.writeByte(DONE); } }); BinaryStore.BinaryData data = store.done(); RootFactory rootSource = new RootFactory(data, failures, cache); return new DefaultResolutionResult(rootSource); }
40414243444546
rootModule = createOrGet(root, VersionSelectionReasons.ROOT, componentIdentifier); return this; } public ResolutionResult complete() { return new DefaultResolutionResult(new RootFactory(rootModule)); }