80818283848586
private static ErlangFindIncludeQuickFix getFindIncludeQuickFix(String what) { boolean setDirectHrlLink = true; if (what.equals(INCLUDE_LIB_LABEL)) { setDirectHrlLink = false; } return new ErlangFindIncludeQuickFix(setDirectHrlLink); }