Skip to content

Commit 483405c

Browse files
committed
ProviderType.kt naming changed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 0627a12 commit 483405c

File tree

1 file changed

+1
-19
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/providers

1 file changed

+1
-19
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/providers/ProviderType.kt

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,4 @@ package com.mairwunnx.projectessentials.core.api.v1.providers
44
* Enum class of provider types.
55
* @since 2.0.0-SNAPSHOT.1.
66
*/
7-
enum class ProviderType {
8-
/**
9-
* Configuration provider type.
10-
* @since 2.0.0-SNAPSHOT.1.
11-
*/
12-
CONFIGURATION,
13-
14-
/**
15-
* Module provider type.
16-
* @since 2.0.0-SNAPSHOT.1.
17-
*/
18-
MODULE,
19-
20-
/**
21-
* Command provider type.
22-
* @since 2.0.0-SNAPSHOT.1.
23-
*/
24-
COMMAND
25-
}
7+
enum class ProviderType { Configuration, Module, Command }

0 commit comments

Comments
 (0)