Skip to content

Commit 02c2934

Browse files
committed
Fix compilation errors
1 parent 8347852 commit 02c2934

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

core/src/main/java/com/orientechnologies/orient/core/command/OCommandRequestText.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* Internal specialization of generic OCommand interface.
2222
*
2323
* @author Luca Garulli
24-
*
25-
* @param <T>
2624
*/
2725
public interface OCommandRequestText extends OCommandRequestInternal, OSerializableStream {
2826
public String getText();

server/src/main/java/com/orientechnologies/orient/server/distributed/task/OMapReduceCommandTask.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public class OMapReduceCommandTask extends OSQLCommandTask {
2828
public OMapReduceCommandTask() {
2929
}
3030

31-
public OMapReduceCommandTask(final String iCommand) {
32-
super(iCommand);
33-
}
31+
// public OMapReduceCommandTask(final String iCommand) {
32+
// super(iCommand);
33+
// }
3434

3535
@Override
3636
public RESULT_STRATEGY getResultStrategy() {

0 commit comments

Comments
 (0)