Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort parameters in DefaultNewArchitectureEntryPoint (#35115)
Summary: Pull Request resolved: #35115 When looking at the new entry point I've realized we have the dynamicLibraryName as first parameter. As this API is not released yet, let's move it as last. So users on Java can easily call DefaultNewArchitectureEntryPoint.load(true, true, true) while now they will have to call DefaultNewArchitectureEntryPoint.load("...", true, true, true) Users in Kotlin won't be affected by this. Changelog: [Internal] [Changed] - Sort parameters in DefaultNewArchitectureEntryPoint Reviewed By: cipolleschi Differential Revision: D40793370 fbshipit-source-id: 9dc1569d76a1479a738f8e0f41a4183d7c04538f
- Loading branch information