remove author tag from javadoc

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-03-02 11:25:43 +01:00
parent 5efcc295bc
commit d28ea67e89
2 changed files with 0 additions and 4 deletions

View File

@@ -58,8 +58,6 @@ import com.vaadin.ui.UI;
* The strategy also verifies the current tenant in the session with the tenant
* in the event and only forwards event from the right tenant to the UI.
*
* @author Michael Hirsch
*
*/
public class DelayedEventBusPushStrategy implements EventPushStrategy {

View File

@@ -12,8 +12,6 @@ import com.vaadin.ui.UI;
/**
* Interface declaring a strategy to push events from the back-end to the UI.
*
* @author Michael Hirsch
*
*/
public interface EventPushStrategy {