diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateOptions.kt b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateOptions.kt index 786ab8035e4e..c3dc750e78da 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateOptions.kt +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateOptions.kt @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.updateSettings.impl import com.intellij.openapi.components.BaseState @@ -44,7 +44,7 @@ class UpdateOptions : BaseState() { var lastBuildChecked by string() @get:OptionTag("UPDATE_CHANNEL_TYPE") - @get:ReportValue + @get:ReportValue(possibleValues = ["eap", "milestone", "beta", "release"]) var updateChannelType by string(ChannelStatus.RELEASE.code) @get:OptionTag("THIRD_PARTY_PLUGINS_ALLOWED")