File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
jme3-core/src/main/java/com/jme3/cinematic/events Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments