Commit 15d9d7b1d47a9f3ad8beace984f7e35d3d306291

Authored by Emerson Oliveira
1 parent 95e27723
Exists in master

Ajuste do Javadoc na classe ManagementNotificationEventImpl

impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/management/ManagementNotificationEventImpl.java
@@ -44,7 +44,7 @@ import br.gov.frameworkdemoiselle.management.NotificationManager; @@ -44,7 +44,7 @@ import br.gov.frameworkdemoiselle.management.NotificationManager;
44 * Implementators can capture this event and be notified when the {@link NotificationManager} 44 * Implementators can capture this event and be notified when the {@link NotificationManager}
45 * sends notifications, so they can pass the notification to the underlying technology. 45 * sends notifications, so they can pass the notification to the underlying technology.
46 * 46 *
47 - * @author serpro 47 + * @author SERPRO
48 * 48 *
49 */ 49 */
50 public class ManagementNotificationEventImpl implements br.gov.frameworkdemoiselle.management.ManagementNotificationEvent { 50 public class ManagementNotificationEventImpl implements br.gov.frameworkdemoiselle.management.ManagementNotificationEvent {