Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java

Issue 2879273002: Make server use the common protocol classes (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java b/pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java
index a8bfbdfafe37a894591e893540deee7f828c69f5..6befcd6ec96998c3c19168cf1c87eee823a7e2cc 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RefactoringProblemSeverity.java
@@ -40,7 +40,7 @@ public class RefactoringProblemSeverity {
* name of a local variable being extracted conflicts with another name in the scope, or duplicate
* parameter names in the method being extracted, or a conflict between a parameter name and a
* local variable, etc. In some cases the location of the problem is also provided, so the IDE can
- * show user the location and the problem, and let the user decide whether she wants to perform the
+ * show user the location and the problem, and let the user decide whether they want to perform the
* refactoring. For example the name conflict might be expected, and the user wants to fix it
* afterwards.
*/

Powered by Google App Engine
This is Rietveld 408576698