niclas 2004/02/24 13:22:54
Modified: logging/api/src/java/org/apache/avalon/logging/provider
LoggingManager.java package.html
logging/logkit/impl/src/java/org/apache/avalon/logging/logkit
ConfigurationParameter.java
repository/spi/src/java/org/apache/avalon/repository/provider
Factory.java
Log:
fixing formatting and spelling
Revision Changes Path
1.2 +3 -3
avalon/logging/api/src/java/org/apache/avalon/logging/provider/LoggingManager.java
Index: LoggingManager.java
===================================================================
RCS file:
/home/cvs/avalon/logging/api/src/java/org/apache/avalon/logging/provider/LoggingManager.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LoggingManager.java 4 Feb 2004 20:48:54 -0000 1.1
+++ LoggingManager.java 24 Feb 2004 21:22:53 -0000 1.2
@@ -36,7 +36,7 @@
* Add a set of category entries using the supplied categories descriptor.
* @param descriptor a set of category descriptors to be added under the path
*/
- public void addCategories( CategoriesDirective descriptor );
+ void addCategories( CategoriesDirective descriptor );
/**
* Add a set of category entries relative to the supplied base category
@@ -45,13 +45,13 @@
* @param descriptor a set of category descriptors to be added under
* the base path
*/
- public void addCategories( String path, CategoriesDirective descriptor );
+ void addCategories( String path, CategoriesDirective descriptor );
/**
* Return the Logger for the specified category.
* @param category the category path
* @return the logging channel
*/
- public Logger getLoggerForCategory( final String category );
+ Logger getLoggerForCategory( final String category );
}
1.3 +2 -2
avalon/logging/api/src/java/org/apache/avalon/logging/provider/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/avalon/logging/api/src/java/org/apache/avalon/logging/provider/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 22 Feb 2004 02:20:26 -0000 1.2
+++ package.html 24 Feb 2004 21:22:53 -0000 1.3
@@ -1,7 +1,7 @@
<body>
<p>The <code>provider</code> package contains the
[EMAIL PROTECTED] org.apache.avalon.logging.provider.LoggingManager} which
-is an interface to the initial logging management system that leverages mata
information
-about logging targets and catagories.
+is an interface to the initial logging management system that leverages meta
+information about logging targets and catagories.
</p>
</body>
1.2 +2 -2
avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/ConfigurationParameter.java
Index: ConfigurationParameter.java
===================================================================
RCS file:
/home/cvs/avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/ConfigurationParameter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConfigurationParameter.java 4 Feb 2004 20:48:57 -0000 1.1
+++ ConfigurationParameter.java 24 Feb 2004 21:22:53 -0000 1.2
@@ -36,7 +36,7 @@
* A parameter descriptor that supports transformation of a
* a string url or file to a configuration instance.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Avalon Development Team</a>
* @version $Revision$
*/
public class ConfigurationParameter extends Parameter
1.4 +1 -2
avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Factory.java
Index: Factory.java
===================================================================
RCS file:
/home/cvs/avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Factory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Factory.java 24 Jan 2004 23:20:05 -0000 1.3
+++ Factory.java 24 Feb 2004 21:22:53 -0000 1.4
@@ -17,7 +17,6 @@
package org.apache.avalon.repository.provider;
-import java.io.File;
import java.util.Map;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]