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.
1 parent 24a3b83 commit 207d4b7Copy full SHA for 207d4b7
java/src/org/labkey/remoteapi/pipeline/FileNotificationCommand.java
@@ -16,7 +16,7 @@
16
package org.labkey.remoteapi.pipeline;
17
18
import org.json.simple.JSONObject;
19
-import org.labkey.remoteapi.Command;
+import org.labkey.remoteapi.PostCommand;
20
21
/**
22
* Notifies the server that files may have become available for the pipeline to process. Causes the server to
@@ -25,7 +25,7 @@
25
* User: jeckels
26
* Date: Feb 15, 2011
27
*/
28
-public class FileNotificationCommand extends Command<FileNotificationResponse>
+public class FileNotificationCommand extends PostCommand<FileNotificationResponse>
29
{
30
public FileNotificationCommand()
31
0 commit comments