You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2004/09/17 05:12:47 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager FileSystemPAM.java

jford       2004/09/16 20:12:47

  Modified:    portal/src/java/org/apache/jetspeed/util/descriptor
                        PortletApplicationWar.java
               portal/src/java/org/apache/jetspeed/tools/pamanager
                        FileSystemPAM.java
  Log:
  Fixed spelling error
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationWar.java
  
  Index: PortletApplicationWar.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationWar.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PortletApplicationWar.java	17 Aug 2004 05:53:37 -0000	1.18
  +++ PortletApplicationWar.java	17 Sep 2004 03:12:47 -0000	1.19
  @@ -219,7 +219,7 @@
               }
               catch (IOException e)
               {
  -                log.info("Did not load exteneded metadata as it most likely does not exist.  " + e.toString());
  +                log.info("Did not load extended metadata as it most likely does not exist.  " + e.toString());
               }
               catch (MetaDataException e)
               {
  
  
  
  1.43      +2 -2      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java
  
  Index: FileSystemPAM.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/tools/pamanager/FileSystemPAM.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- FileSystemPAM.java	6 Aug 2004 23:03:02 -0000	1.42
  +++ FileSystemPAM.java	17 Sep 2004 03:12:47 -0000	1.43
  @@ -770,7 +770,7 @@
               }
               catch (Exception e)
               {
  -                log.info("Did not load exteneded metadata as it most likely does not exist.  " + e.toString());
  +                log.info("Did not load extended metadata as it most likely does not exist.  " + e.toString());
               }
               finally
               {
  
  
  

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