Correcting JavaDoc formatting error.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@450164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2006-09-26 19:35:41 +00:00
parent 9a52726ea2
commit 5b9c773c81
1 changed files with 4 additions and 2 deletions

View File

@ -50,12 +50,14 @@ public interface MetaDataDefaults
*/
public boolean getCallbacksBeforeListeners(int type);
/** Flags if multiple methods of the same class can handle the same
/**
* Flags if multiple methods of the same class can handle the same
* callback event.
*/
public boolean getAllowsMultipleMethodsOnSameCallback();
/** Flags if it allowed for the callback listener class not to have a no-arg
/**
* Flags if it allowed for the callback listener class not to have a no-arg
* constructor.
*/
public boolean getAllowsMissingCallbackConstructor();