You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/01/04 03:59:57 UTC

[4/5] incubator-guacamole-client git commit: GUACAMOLE-36: Clarify description/use of Translatable interface.

GUACAMOLE-36: Clarify description/use of Translatable interface.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/89d3ba44
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/89d3ba44
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/89d3ba44

Branch: refs/heads/master
Commit: 89d3ba44a7c11586c32de68f9e684fac4d8b87ca
Parents: 986ea4b
Author: Michael Jumper <mj...@apache.org>
Authored: Tue Jan 3 19:28:54 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jan 3 19:42:25 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/guacamole/language/Translatable.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/89d3ba44/guacamole-ext/src/main/java/org/apache/guacamole/language/Translatable.java
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/language/Translatable.java b/guacamole-ext/src/main/java/org/apache/guacamole/language/Translatable.java
index 0b43814..034d985 100644
--- a/guacamole-ext/src/main/java/org/apache/guacamole/language/Translatable.java
+++ b/guacamole-ext/src/main/java/org/apache/guacamole/language/Translatable.java
@@ -20,9 +20,9 @@
 package org.apache.guacamole.language;
 
 /**
- * An interface which requires the definition of a translatable message that
- * can be passed through an arbitrary translation service, producing a
- * human-readable message in the user's native language.
+ * An object which is associated with a translatable message that can be passed
+ * through an arbitrary translation service, producing a human-readable message
+ * in the user's native language.
  *
  * @author Michael Jumper
  */