Skip to content

Commit 2201d8d

Browse files
committed
Convert some errors to warnings
1 parent 79bf544 commit 2201d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ro/redeul/google/go/components/ProjectSdkValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void initComponent() {
159159
"Go SDK validator",
160160
"Problem with env variables",
161161
getInvalidGOROOTEnvMessage(),
162-
NotificationType.ERROR,
162+
NotificationType.WARNING,
163163
NotificationListener.URL_OPENING_LISTENER),
164164
myProject);
165165

@@ -170,7 +170,7 @@ public void initComponent() {
170170
"Go SDK validator",
171171
"Problem with env variables",
172172
getInvalidGOPATHEnvMessage(),
173-
NotificationType.ERROR,
173+
NotificationType.WARNING,
174174
NotificationListener.URL_OPENING_LISTENER),
175175
myProject);
176176

0 commit comments

Comments
 (0)