Skip to content

Commit

Permalink
partial fix for cylondata#635
Browse files Browse the repository at this point in the history
  • Loading branch information
nirandaperera committed Sep 20, 2019
1 parent 1ad2435 commit 8b92c69
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions twister2/tset/src/java/edu/iu/dsc/tws/tset/TSetUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@
import edu.iu.dsc.tws.api.comms.messaging.types.MessageTypes;

public final class TSetUtils {
private static long genCount = 0;

private TSetUtils() {
}

// public static String generateName(String prefix) {
// return "__" + prefix + (++genCount);
// }

public static MessageType getDataType(Class type) {
if (type == int[].class) {
return MessageTypes.INTEGER_ARRAY;
Expand Down

0 comments on commit 8b92c69

Please sign in to comment.