From 79c39ff9652bf9d42db33894f58683e282d6137b Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 16 May 2007 14:33:10 +0000
Subject: [PATCH] improve Javadoc

SVN: 94
---
 .../systemsx/cisd/authentication/IAuthenticationService.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java b/authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
index 2013b0d2dfb..4bf61559df0 100644
--- a/authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
+++ b/authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
@@ -17,9 +17,9 @@
 package ch.systemsx.cisd.authentication;
 
 /**
- * 
+ * Interface for authentication. 
  *
- * @author felmer
+ * @author Franz-Josef Elmer
  */
 public interface IAuthenticationService
 {
-- 
GitLab