You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Ilkka Priha <ip...@norther.org> on 2005/10/27 07:47:11 UTC

Typo in log message

Hi,

I'm sorry to bother with such a minor issue, but as I see this message ten times 
a day it has started to kind of annoy me and it'd be nice to see it fixed before 
the release of 1.0.4 :-)

Thanks,
     Ilkka


Index: RepositoryPersistor.java
===================================================================
RCS file: 
/home/cvspublic/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryPersistor.java,v
retrieving revision 1.24.2.2
diff -u -r1.24.2.2 RepositoryPersistor.java
--- RepositoryPersistor.java	4 Mar 2005 13:30:05 -0000	1.24.2.2
+++ RepositoryPersistor.java	27 Oct 2005 05:37:22 -0000
@@ -302,7 +302,7 @@

          // get a xml reader instance:
          SAXParserFactory factory = SAXParserFactory.newInstance();
-        log.info("RespostoryPersistor using SAXParserFactory : " + 
factory.getClass().getName());
+        log.info("RepositoryPersistor using SAXParserFactory : " + 
factory.getClass().getName());
          if (validate)
          {
              factory.setValidating(true);



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: Typo in log message

Posted by Armin Waibel <ar...@apache.org>.
Hi Ilkka,

Ilkka Priha wrote:
> Hi,
> 
> I'm sorry to bother with such a minor issue, but as I see this message 
> ten times a day it has started to kind of annoy me and it'd be nice to 
> see it fixed before the release of 1.0.4 :-)
>

Done, I love these kind of clear and brief fixes ;-)

regards,
Armin


> Thanks,
>     Ilkka
> 
> 
> Index: RepositoryPersistor.java
> ===================================================================
> RCS file: 
> /home/cvspublic/db-ojb/src/java/org/apache/ojb/broker/metadata/RepositoryPersistor.java,v 
> 
> retrieving revision 1.24.2.2
> diff -u -r1.24.2.2 RepositoryPersistor.java
> --- RepositoryPersistor.java    4 Mar 2005 13:30:05 -0000    1.24.2.2
> +++ RepositoryPersistor.java    27 Oct 2005 05:37:22 -0000
> @@ -302,7 +302,7 @@
> 
>          // get a xml reader instance:
>          SAXParserFactory factory = SAXParserFactory.newInstance();
> -        log.info("RespostoryPersistor using SAXParserFactory : " + 
> factory.getClass().getName());
> +        log.info("RepositoryPersistor using SAXParserFactory : " + 
> factory.getClass().getName());
>          if (validate)
>          {
>              factory.setValidating(true);
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org