Skip to content
Snippets Groups Projects
Commit 74fc66da authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Fix javadoc. I need Thomas's help to document <E>, <F> and more...

[Misc] Fix javadoc. I need Thomas's help to document <E>, <F> and more generally to finish the javadoc for these classes.
parent 33c094bb
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
/** /**
* @param <E> * @param <E>
* @param <P>
* @param <F> * @param <F>
* @version $Id$ * @version $Id$
* @since 6.2M1 * @since 6.2M1
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
/** /**
* @param <E> * @param <E>
* @param <P>
* @version $Id$ * @version $Id$
* @since 6.2M1 * @since 6.2M1
*/ */
...@@ -37,7 +36,8 @@ public interface EntityEventGenerator<E> ...@@ -37,7 +36,8 @@ public interface EntityEventGenerator<E>
void write(E entity, Object filter, Map<String, Object> properties) throws FilterException; void write(E entity, Object filter, Map<String, Object> properties) throws FilterException;
/** /**
* @return The FilterStreamDescriptor describes a FilterStream and has the list of bean class parameters or properties. * @return the FilterStreamDescriptor describes a FilterStream and has the list of bean class parameters or
* properties.
*/ */
FilterStreamDescriptor getDescriptor(); FilterStreamDescriptor getDescriptor();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment