Hello, 

 Follow attached a patch which fixes a typo (s/exectued/executed/g) at
HibernateFactory.java. 

 Thank you! 

Cheers, 
mmello


-- 
Marcelo Moreira de Mello
RHCA RHCSS RHCVA 
Software Maintenance Engineer/SEG           

gpg id: 2048R/FDB110E5
gpg fingerprint: 3BE7 EF71 4DD7 6812 D309  8F18 BD42 D095 FDB1 10E5
From: Marcelo Moreira de Mello <mme...@redhat.com>
Date: Mon, 25 Jul 2011 17:10:14 -0300
Subject: [PATCH] Fixed typo at Query bindParameters()

---
 .../rhn/common/hibernate/HibernateFactory.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java/code/src/com/redhat/rhn/common/hibernate/HibernateFactory.java b/java/code/src/com/redhat/rhn/common/hibernate/HibernateFactory.java
index addb07d..d9f48ec 100644
--- a/java/code/src/com/redhat/rhn/common/hibernate/HibernateFactory.java
+++ b/java/code/src/com/redhat/rhn/common/hibernate/HibernateFactory.java
@@ -133,7 +133,7 @@ public abstract class HibernateFactory {
             if (entry.getValue() instanceof Collection) {
                 Collection c = (Collection) entry.getValue();
                 if (c.size() > 100) {
-                    LOG.error("Query exectued with Collection larger than 1000");
+                    LOG.error("Query executed with Collection larger than 1000");
                 }
                 query.setParameterList((String) entry.getKey(), c);
             }
-- 
1.7.6

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to