Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
99d49317
Commit
99d49317
authored
Jun 15, 2010
by
Guillaume Surrel
Browse files
Remove useless getDestinationType method.
parent
38a83c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/src/com/scalagent/joram/mom/dest/ftp/FtpQueue.java
View file @
99d49317
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2001 - 200
8
ScalAgent Distributed Technologies
* Copyright (C) 2001 - 20
1
0 ScalAgent Distributed Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -45,12 +45,6 @@ public class FtpQueue extends Queue {
public
static
Logger
logger
=
Debug
.
getLogger
(
FtpQueue
.
class
.
getName
());
public
static
final
String
FTP_QUEUE_TYPE
=
"queue.ftp"
;
public
static
String
getDestinationType
()
{
return
FTP_QUEUE_TYPE
;
}
/**
* Empty constructor for newInstance().
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment