[prev in list] [next in list] [prev in thread] [next in thread] 

List:       spacewalk-commits
Subject:    java/code
From:       Tomas Lestach <tlestach () fedoraproject ! org>
Date:       2013-08-30 8:13:01
Message-ID: 20130830081301.3B84A6111D () fedorahosted ! org
[Download RAW message or body]

 java/code/src/com/redhat/rhn/domain/channel/NewChannelHelper.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ac1a569b353d209a34c97fa9ca3dbd6c8387d6a
Author: Tomas Lestach <tlestach@redhat.com>
Date:   Fri Aug 30 10:12:12 2013 +0200

    fix checkstyle issue
    
    ',' is not followed by whitespace

diff --git a/java/code/src/com/redhat/rhn/domain/channel/NewChannelHelper.java \
b/java/code/src/com/redhat/rhn/domain/channel/NewChannelHelper.java index \
                424009c..a23a929 100644
--- a/java/code/src/com/redhat/rhn/domain/channel/NewChannelHelper.java
+++ b/java/code/src/com/redhat/rhn/domain/channel/NewChannelHelper.java
@@ -76,7 +76,7 @@ public class NewChannelHelper {
         }
 
         if (summary == null || StringUtils.isEmpty(summary)) {
-            throw new InvalidChannelParameter("Summary","Summary must be \
provided."); +            throw new InvalidChannelParameter("Summary", "Summary must \
be provided.");  }
 
         if (gpgFingerprint != null && !verifyGpgFingerprint(gpgFingerprint)) {


_______________________________________________
spacewalk-commits mailing list
spacewalk-commits@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/spacewalk-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic