Apply parentheses consistently within <methodname/>
Prior to change, there were 175 instances of <methodname/> elements including parentheses (e.g.: <methodname>foo()</methodname>, and 36 instances without. Now all 211 instances include parentheses for consistency.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<classname>JDOExceptions</classname> itself, preferably via delegating to
|
||||
<classname>SessionFactoryUtils</classname>'
|
||||
<methodname>convertHibernateAccessException(..)</methodname> or
|
||||
<methodname>convertJdoAccessException</methodname> methods respectively.
|
||||
<methodname>convertJdoAccessException()</methodname> methods respectively.
|
||||
These methods convert the exceptions to ones that are compatible with the
|
||||
exceptions in the <literal>org.springframework.dao</literal> exception
|
||||
hierarchy. As <classname>JDOExceptions</classname> are unchecked, they can
|
||||
|
||||
Reference in New Issue
Block a user