Explorar o código

AnimEvent: grammatical correction to the javadoc

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
e5899ff0b4

+ 1 - 1
jme3-core/src/main/java/com/jme3/cinematic/events/AnimEvent.java

@@ -46,7 +46,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 /**
- * An CinematicEvent that plays a canned animation action in an
+ * A CinematicEvent that plays a canned animation action in an
  * {@link com.jme3.anim.AnimComposer}.
  *
  * Inspired by Nehon's {@link AnimationEvent}.