java/code

Jan Pazdziora adelton at fedoraproject.org
Mon Jun 25 08:18:50 UTC 2012


 java/code/src/com/redhat/rhn/frontend/xmlrpc/errata/ErrataHandler.java |   16 +++++-----
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 34670dfbbf8e8f91cf5de85bbe566ca4e834edd9
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Mon Jun 25 10:18:40 2012 +0200

    Fixing checkstyle.

diff --git a/java/code/src/com/redhat/rhn/frontend/xmlrpc/errata/ErrataHandler.java b/java/code/src/com/redhat/rhn/frontend/xmlrpc/errata/ErrataHandler.java
index 1ed18fb..d557ee7 100644
--- a/java/code/src/com/redhat/rhn/frontend/xmlrpc/errata/ErrataHandler.java
+++ b/java/code/src/com/redhat/rhn/frontend/xmlrpc/errata/ErrataHandler.java
@@ -864,12 +864,12 @@ public class ErrataHandler extends BaseHandler {
      * @return Returns an array of Errata objects, which get serialized into XMLRPC
      *
      * @xmlrpc.doc Clone a list of errata into the specified channel.
-     * 
+     *
      * Warning: Issuing a synchronous clone request for a channel that has asynchronous
      * errata cloning jobs pending can result in a database deadlock! Adding more
      * asynchronous jobs is safe. If deadlock occurs one must re-schedule both the
      * synchronous and asynchronous jobs to ensure all errata are cloned.
-     * 
+     *
      * @xmlrpc.param #session_key()
      * @xmlrpc.param #param("string", "channel_label")
      * @xmlrpc.param
@@ -895,12 +895,12 @@ public class ErrataHandler extends BaseHandler {
      * @return 1 on success, exception thrown otherwise.
      *
      * @xmlrpc.doc Asynchronously clone a list of errata into the specified channel.
-     * 
+     *
      * Warning: Issuing a synchronous clone request for a channel that has asynchronous
      * errata cloning jobs pending can result in a database deadlock! Adding more
      * asynchronous jobs is safe. If deadlock occurs one must re-schedule both the
      * synchronous and asynchronous jobs to ensure all errata are cloned.
-     * 
+     *
      * @xmlrpc.param #session_key()
      * @xmlrpc.param #param("string", "channel_label")
      * @xmlrpc.param
@@ -986,12 +986,12 @@ public class ErrataHandler extends BaseHandler {
      *
      * @xmlrpc.doc Clones a list of errata into a specified cloned channel
      * according the original erratas.
-     * 
+     *
      * Warning: Issuing a synchronous cloneAsOriginal request for a channel that has
      * asynchronous errata cloning jobs pending can result in a database deadlock! Adding
      * more asynchronous jobs is safe. If deadlock occurs one must re-schedule both the
      * synchronous and asynchronous jobs to ensure all errata are cloned.
-     * 
+     *
      * @xmlrpc.param #session_key()
      * @xmlrpc.param #param("string", "channel_label")
      * @xmlrpc.param
@@ -1019,12 +1019,12 @@ public class ErrataHandler extends BaseHandler {
      *
      * @xmlrpc.doc Asynchronously clones a list of errata into a specified cloned channel
      * according the original erratas
-     * 
+     *
      * Warning: Issuing a synchronous cloneAsOriginal request for a channel that has
      * asynchronous errata cloning jobs pending can result in a database deadlock! Adding
      * more asynchronous jobs is safe. If deadlock occurs one must re-schedule both the
      * synchronous and asynchronous jobs to ensure all errata are cloned.
-     * 
+     *
      * @xmlrpc.param #session_key()
      * @xmlrpc.param #param("string", "channel_label")
      * @xmlrpc.param




More information about the spacewalk-commits mailing list