diff options
author | George Fraser <george@fivetran.com> | 2017-04-03 01:31:52 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2017-04-03 01:31:52 -0700 |
commit | b9e748aacd9bf624636a9d8b27f402e1e37f2589 (patch) | |
tree | 830edb2f83e2385924949121d642f1dcf9c9af95 /package.json | |
parent | 6455fb62f390942324461c2d57ba8bf826f4f46b (diff) | |
download | java-language-server-b9e748aacd9bf624636a9d8b27f402e1e37f2589.zip |
Better description
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1eef910..4f73d89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-javac", "displayName": "Java Language Support", - "description": "Java support using the javac API", + "description": "Java support using the Java Compiler API", "icon": "icon.png", "version": "0.0.26", "publisher": "georgewfraser", |