Barak Shilo commented on Bug HHH-7460

Example above got marked up confusingly. Again:

SELECT -- comment
* FROM DUAL;

is invalidly formatted as:

SELECT
	-- comment *
FROM
	DUAL;

Method is: org.hibernate.engine.jdbc.internal.BasicFormatterImpl.format(String)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira