You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/10/20 23:31:50 UTC

svn commit: r1187057 - /incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java

Author: esammer
Date: Thu Oct 20 21:31:49 2011
New Revision: 1187057

URL: http://svn.apache.org/viewvc?rev=1187057&view=rev
Log:
FLUME-809: Fix channel syntax javadoc bug in PropertiesFileConfigurationProvider

Modified:
    incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java

Modified: incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java?rev=1187057&r1=1187056&r2=1187057&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java (original)
+++ incubator/flume/branches/flume-728/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java Thu Oct 20 21:31:49 2011
@@ -126,7 +126,7 @@ import org.slf4j.LoggerFactory;
  * #
  * 
  * host1.sources = avroSource thriftSource
- * host1.channel = jdbcChannel
+ * host1.channels = jdbcChannel
  * host1.sinks = hdfsSink
  * 
  * # avroSource configuration