This commit is contained in:
Anna.Kozlova
2016-10-27 11:49:19 +02:00
parent 558358788a
commit 2886f6d968
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -119,7 +119,7 @@ public class CreateFromUsageUtils {
}
}
public static void setupMethodBody(PsiMethod method) throws IncorrectOperationException {
public static void setupMethodBody(@NotNull PsiMethod method) throws IncorrectOperationException {
PsiClass aClass = method.getContainingClass();
setupMethodBody(method, aClass);
}