This is an automated email from the ASF dual-hosted git repository.
bessbd pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new a3c2678 Fix minor typo in EmbeddedAgent javadoc
a3c2678 is described below
commit a3c267854d5490348d6c566a339feea91258cace
Author: Bessenyei Balázs Donát <[email protected]>
AuthorDate: Sat Dec 22 20:10:44 2018 +0100
Fix minor typo in EmbeddedAgent javadoc
---
.../src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java
b/flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java
index d33fa8b..a3f2c8d 100644
---
a/flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java
+++
b/flume-ng-embedded-agent/src/main/java/org/apache/flume/agent/embedded/EmbeddedAgent.java
@@ -48,7 +48,7 @@ import com.google.common.base.Preconditions;
* EmbeddedAgent gives Flume users the ability to embed simple agents in
* applications. This Agent is mean to be much simpler than a traditional
* agent and as such it's more restrictive than what can be configured
- * for a traditional agent. For specifics see the Flume User Guide.
+ * for a traditional agent. For specifics see the Flume Developer Guide.
*/
@InterfaceAudience.Public
@InterfaceStability.Stable