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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/RefactoringMethodParameter.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/RefactoringMethodParameter.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RefactoringMethodParameter.java b/pkg/analysis_server/tool/spec/generated/java/types/RefactoringMethodParameter.java
index c3b20c2ed372e35e5dce5464e609d283b28a65ca..ddad03276f81bc1c0172b9963de6913486df6800 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/RefactoringMethodParameter.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RefactoringMethodParameter.java
@@ -68,7 +68,7 @@ public class RefactoringMethodParameter {
/**
* The parameter list of the parameter's function type. If the parameter is not of a function type,
* this field will not be defined. If the function type has zero parameters, this field will have a
- * value of "()".
+ * value of '()'.
*/
private String parameters;
@@ -143,7 +143,7 @@ public class RefactoringMethodParameter {
/**
* The parameter list of the parameter's function type. If the parameter is not of a function type,
* this field will not be defined. If the function type has zero parameters, this field will have a
- * value of "()".
+ * value of '()'.
*/
public String getParameters() {
return parameters;
@@ -193,7 +193,7 @@ public class RefactoringMethodParameter {
/**
* The parameter list of the parameter's function type. If the parameter is not of a function type,
* this field will not be defined. If the function type has zero parameters, this field will have a
- * value of "()".
+ * value of '()'.
*/
public void setParameters(String parameters) {
this.parameters = parameters;

Powered by Google App Engine
This is Rietveld 408576698