IDEA-136848 Error splitting a comment by pressing Enter

This commit is contained in:
Dmitry Batrak
2015-02-24 14:48:45 +03:00
parent 9e7d6766da
commit 0b7cece215
@@ -356,7 +356,7 @@ public class EnterHandler extends BaseEnterHandler {
commentContext.docStart = false;
}
else {
commentContext.docAsterisk = true;
commentContext.docAsterisk = CodeStyleSettingsManager.getSettings(getProject()).JD_LEADING_ASTERISKS_ARE_ENABLED;
commentContext.docStart = false;
}
}