Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 610539477
  • Loading branch information
Chang-Eric authored and Dagger Team committed May 14, 2024
1 parent f41033c commit 4ecb06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dagger/internal/Provider.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
* {@code jakarta.inject.Provider} easier. Do not use outside of Dagger implementation code.
*/
// TODO(erichang): Make this also extend the Jakarta Provider
public interface Provider<T> extends javax.inject.Provider<T> {
public interface Provider<T> extends javax.inject.Provider<T>{
}

0 comments on commit 4ecb06e

Please sign in to comment.