You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/30 23:44:15 UTC

[03/50] guacamole-client git commit: GUACAMOLE-197: Update Authorship for RADIUS-specific files

GUACAMOLE-197: Update Authorship for RADIUS-specific files


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

Branch: refs/heads/master
Commit: df91b8828a3292a2b7636f67cd9ccc5a02b39e71
Parents: c02e46e
Author: Nick Couchman <ni...@yahoo.com>
Authored: Wed Feb 15 12:44:59 2017 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 29 17:08:09 2018 -0500

----------------------------------------------------------------------
 .../org/apache/guacamole/auth/radius/ConfigurationService.java     | 2 +-
 .../apache/guacamole/auth/radius/RadiusGuacamoleProperties.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/df91b882/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ConfigurationService.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ConfigurationService.java b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ConfigurationService.java
index 753a10a..a77acae 100644
--- a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ConfigurationService.java
+++ b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ConfigurationService.java
@@ -28,7 +28,7 @@ import org.apache.guacamole.environment.Environment;
 /**
  * Service for retrieving configuration information regarding the RADIUS server.
  *
- * @author Michael Jumper
+ * @author Nick Couchman
  */
 public class ConfigurationService {
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/df91b882/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
index 713a083..187686b 100644
--- a/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
+++ b/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java
@@ -29,7 +29,7 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
  * These properties will be read from guacamole.properties when the RADIUS
  * authentication provider is used.
  *
- * @author Michael Jumper
+ * @author Nick Couchman
  */
 public class RadiusGuacamoleProperties {