Minor.
This commit is contained in:
+4
-4
@@ -33,15 +33,15 @@ public class JetValueParameterAnnotation extends PsiAnnotationWrapper {
|
||||
NULL_ANNOTATION.checkInitialized();
|
||||
}
|
||||
|
||||
public JetValueParameterAnnotation(@Nullable PsiAnnotation psiAnnotation) {
|
||||
super(psiAnnotation);
|
||||
}
|
||||
|
||||
private String name;
|
||||
private String type;
|
||||
private boolean receiver;
|
||||
private boolean hasDefaultValue;
|
||||
|
||||
public JetValueParameterAnnotation(@Nullable PsiAnnotation psiAnnotation) {
|
||||
super(psiAnnotation);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initialize() {
|
||||
name = getStringAttribute(JvmStdlibNames.JET_VALUE_PARAMETER_NAME_FIELD, "");
|
||||
|
||||
Reference in New Issue
Block a user