Skip to content

Commit 8f1c730

Browse files
committed
add valhalla channel again
1 parent ba4ce97 commit 8f1c730

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

hub-shared/src/main/java/consulo/hub/shared/repository/PluginChannel.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
* @author VISTALL
55
* @since 28-Aug-16
66
*/
7-
public enum PluginChannel
8-
{
9-
release, // every month
10-
beta, // every week
11-
alpha, // every day
12-
nightly, // every commit
7+
public enum PluginChannel {
8+
release, // every month
9+
beta, // every week
10+
alpha, // every day
11+
nightly, // every commit
12+
// used for 3-SNAPSHOT - module system, refactoring
13+
// used for 4-SNAPSHOT - rewrite lock system
14+
valhalla
1315
}

0 commit comments

Comments
 (0)