f2cf3a8e7b
#KT-12273 Fixed
5 lines
94 B
Plaintext
Vendored
5 lines
94 B
Plaintext
Vendored
public class Operation {
|
|
public int compareTo(Operation other) {
|
|
return 0;
|
|
}
|
|
} |