You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/08 13:10:11 UTC

[commons-beanutils] branch master updated: Fix formatting

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 998386ad Fix formatting
998386ad is described below

commit 998386add00e8c1eb9d48ed418c21a9ad030600a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 8 09:10:07 2023 -0400

    Fix formatting
---
 src/main/java/org/apache/commons/beanutils2/DynaProperty.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index f5077bbc..469ad5f7 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -331,10 +331,10 @@ public class DynaProperty implements Serializable {
      * @throws IOException if the object can't be written
      */
     private void writeObject(final ObjectOutputStream out) throws IOException {
-        writeAnyClass(this.type,out);
+        writeAnyClass(this.type, out);
 
         if (isMapped() || isIndexed()) {
-            writeAnyClass(this.contentType,out);
+            writeAnyClass(this.contentType, out);
         }
 
         // write out other values