Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Sep 17, 2018
1 parent ab02ca2 commit 206cae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/zoodb/jdo/spi/PersistenceCapableImpl.java
Expand Up @@ -447,7 +447,7 @@ public void jdoCopyFields (Object pc, int[] fieldNumbers){
* makes sure that all persistent and transactional serializable fields are loaded into the instance,
* and then the default output behavior is invoked on the output stream.
* @param out Output stream.
* @throws IOException
* @throws IOException if an IO errors occurs
*/
private void writeObject(ObjectOutputStream out) throws IOException {
jdoPreSerialize();
Expand Down

0 comments on commit 206cae9

Please sign in to comment.