Hey,
I'm using eclipse to edit the file
/hive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HivePreparedStatement.java.
Whenever I'm saving it, eclipse changes every non-javadoc comment in that
file.
In each comment there's a line that contains only a *, then a blank space
and then a LF.
Eclipse changes it to a * immediately followed by a LF.
I've double-checked, and my "java code style"->"formatter" settings are:

   - enable project specific settings
   - active profile = "Unmanaged profile 'Apache Hive Formatter'"

What am I doing wrong??

Example of the problem (invisible, use your cursor to see the difference :)
:

Before save:

  /*
   * (non-Javadoc)
   *
   * @see java.sql.PreparedStatement#addBatch()
   */

After save:

  /*
   * (non-Javadoc)
   *
   * @see java.sql.PreparedStatement#addBatch()
   */

Reply via email to