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