Skip to content
Snippets Groups Projects
Commit 054a8f34 authored by Björn Fischer's avatar Björn Fischer 🌚
Browse files

IntelliJ Client

parent 438cebd4
No related branches found
No related tags found
1 merge request!752.1.0
......@@ -4,7 +4,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
public enum Client {
Web,
EclipsePlugin;
EclipsePlugin,
IntelliJPlugin;
@JsonValue
public int toValue() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment