Fixed doc
This commit is contained in:
parent
1e7963213c
commit
8f3098dc69
|
@ -41,7 +41,7 @@ public interface EventFacet extends Facet {
|
||||||
public static final String NAME = "EventFacet"; // EventFacet.class.getSimpleName();
|
public static final String NAME = "EventFacet"; // EventFacet.class.getSimpleName();
|
||||||
public static final String VERSION = "2.0.0";
|
public static final String VERSION = "2.0.0";
|
||||||
|
|
||||||
public static final String EVENT_PROPERTY = "event";
|
public static final String EVENT_PROPERTY = "theEvent";
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
/**
|
/**
|
||||||
|
@ -92,7 +92,7 @@ public interface EventFacet extends Facet {
|
||||||
* In the next version this method will be deprecated to and it will be replaced
|
* In the next version this method will be deprecated to and it will be replaced
|
||||||
* by a method with the following signature
|
* by a method with the following signature
|
||||||
*
|
*
|
||||||
* public Event getTheEvent()
|
* public Event getEvent()
|
||||||
*
|
*
|
||||||
* This is not actually possible because we need to maintain
|
* This is not actually possible because we need to maintain
|
||||||
* {@link EventFacet#getEvent()} for backward compatibility
|
* {@link EventFacet#getEvent()} for backward compatibility
|
||||||
|
|
Loading…
Reference in New Issue