We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileConvertService
1 parent d4bd975 commit 63ffa51Copy full SHA for 63ffa51
app/services/FileConvertService.scala
@@ -19,7 +19,7 @@ import com.ning.http.client.Realm.AuthScheme
19
* File Convert Service
20
*
21
*/
22
-class FileConvertService(application: Application) {
+class FileConvertService() {
23
24
val fileConvertUser: Option[String] = configuration.getString("fileconvert.username")
25
val fileConvertPassword: Option[String] = configuration.getString("fileconvert.password")
0 commit comments