Minor: better function used and reformat

This commit is contained in:
Nikolay Krasko
2014-11-19 21:11:25 +03:00
parent d297f4ad8f
commit 3d254748b4
2 changed files with 3 additions and 5 deletions
@@ -35,9 +35,7 @@ public interface MutableDataFlowInfoForArguments extends DataFlowInfoForArgument
}
@Override
public void updateInfo(
@NotNull ValueArgument valueArgument, @NotNull DataFlowInfo dataFlowInfo
) {
public void updateInfo(@NotNull ValueArgument valueArgument, @NotNull DataFlowInfo dataFlowInfo) {
throw new IllegalStateException();
}