Browse Source

Remove @author comments.

Change-Id: Iceb8c09698701129018380394cdbf0bdd02bcbec
Reviewed-on: http://gerrit.dmdirc.com/3786
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/86/3786/2
Chris Smith 9 years ago
parent
commit
b7bc14929c

+ 0
- 2
src/com/dmdirc/addons/audio/AudioPlayer.java View File

33
 
33
 
34
 /**
34
 /**
35
  * The AudioPlayer handles the playing of the audio
35
  * The AudioPlayer handles the playing of the audio
36
- *
37
- * @author Shane "Dataforce" Mc Cormack
38
  */
36
  */
39
 public final class AudioPlayer implements Runnable {
37
 public final class AudioPlayer implements Runnable {
40
 
38
 

+ 0
- 2
src/com/dmdirc/addons/dcc/DCCTransferHandler.java View File

26
 
26
 
27
 /**
27
 /**
28
  * This interfaces allows DCC Transfer Windows to receive data from a DCCTransfer.
28
  * This interfaces allows DCC Transfer Windows to receive data from a DCCTransfer.
29
- *
30
- * @author Shane 'Dataforce' McCormack
31
  */
29
  */
32
 public interface DCCTransferHandler {
30
 public interface DCCTransferHandler {
33
 
31
 

+ 0
- 2
src/com/dmdirc/addons/dcc/io/DCCTransfer.java View File

37
 
37
 
38
 /**
38
 /**
39
  * This class handles a DCC transfer.
39
  * This class handles a DCC transfer.
40
- *
41
- * @author Shane 'Dataforce' McCormack
42
  */
40
  */
43
 public class DCCTransfer extends DCC {
41
 public class DCCTransfer extends DCC {
44
 
42
 

+ 0
- 2
src/com/dmdirc/addons/mediasource_vlc/VlcMediaSourcePlugin.java View File

42
 
42
 
43
 /**
43
 /**
44
  * Retrieves information from VLC using its HTTP interface.
44
  * Retrieves information from VLC using its HTTP interface.
45
- *
46
- * @author chris
47
  */
45
  */
48
 public class VlcMediaSourcePlugin extends BasePlugin implements MediaSource {
46
 public class VlcMediaSourcePlugin extends BasePlugin implements MediaSource {
49
 
47
 

+ 0
- 2
src/com/dmdirc/addons/mediasource_windows/DllSource.java View File

27
 
27
 
28
 /**
28
 /**
29
  * Uses WindowsMediaSourcePlugin to retrieve now playing info.
29
  * Uses WindowsMediaSourcePlugin to retrieve now playing info.
30
- *
31
- * @author Shane
32
  */
30
  */
33
 public class DllSource implements MediaSource {
31
 public class DllSource implements MediaSource {
34
 
32
 

+ 0
- 1
src/com/dmdirc/addons/serverlists/ServerEntry.java View File

31
  * Describes an entry for a server within a {@link ServerGroup}.
31
  * Describes an entry for a server within a {@link ServerGroup}.
32
  *
32
  *
33
  * @since 0.6.4
33
  * @since 0.6.4
34
- * @author chris
35
  */
34
  */
36
 public class ServerEntry extends ServerGroupItemBase {
35
 public class ServerEntry extends ServerGroupItemBase {
37
 
36
 

+ 0
- 1
src/com/dmdirc/addons/serverlists/ServerGroupItem.java View File

27
 /**
27
 /**
28
  * An item which is included in a server group.
28
  * An item which is included in a server group.
29
  *
29
  *
30
- * @author chris
31
  * @since 0.6.4
30
  * @since 0.6.4
32
  */
31
  */
33
 public interface ServerGroupItem {
32
 public interface ServerGroupItem {

+ 0
- 2
src/com/dmdirc/addons/ui_swing/dialogs/DMDircJOptionPane.java View File

27
 
27
 
28
 /**
28
 /**
29
  * Extension of JOptionPane to allow Word Wrapping.
29
  * Extension of JOptionPane to allow Word Wrapping.
30
- *
31
- * @author shane
32
  */
30
  */
33
 public class DMDircJOptionPane extends JOptionPane {
31
 public class DMDircJOptionPane extends JOptionPane {
34
 
32
 

Loading…
Cancel
Save