Skip to content

Commit e8fc2ee

Browse files
committed
refactor: seal the CommitTokenProvider interface
1 parent 7b4cf2e commit e8fc2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/lppedd/cc/api/CommitTokenProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.ApiStatus
88
* @author Edoardo Luppi
99
*/
1010
@ApiStatus.Experimental
11-
public interface CommitTokenProvider {
11+
public sealed interface CommitTokenProvider {
1212
/**
1313
* Returns the provider's global unique identifier.
1414
*/

0 commit comments

Comments
 (0)