summaryrefslogtreecommitdiffstats
path: root/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java
diff options
context:
space:
mode:
authorAnurag Jain <anuragjainfzd@gmail.com>2012-10-01 14:10:03 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-10-01 14:10:03 +0200
commit37a2fa5d5a58628d317a2305965863dfe50f140e (patch)
tree3530022e65096c94795565c286203802acb261ac /jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java
parentfdo#54940 - fix last small ergonomic issue. (diff)
downloadcore-37a2fa5d5a58628d317a2305965863dfe50f140e.tar.gz
core-37a2fa5d5a58628d317a2305965863dfe50f140e.zip
fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
Diffstat (limited to 'jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java
index 5a045efca68e..c0b06c5a0dea 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java
@@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote;
/**
* An abstraction for giving back a reply for a request.
*
- * @author Kay Ramme
* @see com.sun.star.uno.IQueryInterface
*/
public interface IReceiver {