Skip to content

Commit

Permalink
Delete obsolete documentation
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 615951840
  • Loading branch information
wanyingd1996 authored and Dagger Team committed Mar 15, 2024
1 parent e8e1ce6 commit e6c2ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/dagger/internal/codegen/ServiceLoaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ private ServiceLoaders() {}

/**
* Returns the loaded services for the given class.
*
* <p>Note: This should only be called in Javac. This method will throw if called in KSP.
*/
static <T> ImmutableSet<T> loadServices(XProcessingEnv processingEnv, Class<T> clazz) {
return ImmutableSet.copyOf(ServiceLoader.load(clazz, classLoaderFor(processingEnv, clazz)));
Expand Down

0 comments on commit e6c2ac8

Please sign in to comment.