412413414415416417418419420
} public static Infrastructure buildInfrastructure(Log log, Collection<InfrastructureContribution> configuration) { InfrastructureManager manager = new InfrastructureManagerImpl(log, configuration); return new InfrastructureImpl(manager); }
351352353354355356357358359