Skip to content

Commit

Permalink
Remove unnecessary public modifier from DiffAwareness.Factory interface.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639839036
Change-Id: I65c33e1598060de673ece08b0c4ca5a2e2ab5be6
  • Loading branch information
jin authored and copybara-github committed Jun 3, 2024
1 parent 3d9ccf2 commit bedb7cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public interface DiffAwareness extends Closeable {

/** Factory for creating {@link DiffAwareness} instances. */
public interface Factory {
interface Factory {
/**
* Returns a {@link DiffAwareness} instance suitable for managing changes to files under the
* given package path entry, or {@code null} if this factory cannot create such an instance. The
Expand Down

0 comments on commit bedb7cd

Please sign in to comment.