Skip to content

Commit 7948d72

Browse files
authored
Update CameraEvent javadoc
1 parent 256d701 commit 7948d72

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

jme3-core/src/main/java/com/jme3/cinematic/events/CameraEvent.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public CameraEvent() {
6565

6666
/**
6767
* Constructs a new `CameraEvent` with the specified cinematic and camera name.
68-
* This constructor is suitable for programmatic creation of the event.
6968
*
7069
* @param cinematic The `Cinematic` instance this event belongs to (cannot be null).
7170
* @param cameraName The name of the camera to be activated by this event (cannot be null or empty).
@@ -146,10 +145,10 @@ public void setCameraName(String cameraName) {
146145
}
147146

148147
/**
149-
* used internally for serialization
148+
* Used internally for serialization.
150149
*
151-
* @param ex the exporter (not null)
152-
* @throws IOException from the exporter
150+
* @param ex The exporter (not null).
151+
* @throws IOException If an I/O error occurs during serialization.
153152
*/
154153
@Override
155154
public void write(JmeExporter ex) throws IOException {
@@ -159,10 +158,10 @@ public void write(JmeExporter ex) throws IOException {
159158
}
160159

161160
/**
162-
* used internally for serialization
161+
* Used internally for deserialization.
163162
*
164-
* @param im the importer (not null)
165-
* @throws IOException from the importer
163+
* @param im The importer (not null).
164+
* @throws IOException If an I/O error occurs during deserialization.
166165
*/
167166
@Override
168167
public void read(JmeImporter im) throws IOException {

0 commit comments

Comments
 (0)