blob: ce0ab40a410ccf139a6414fc29a52fd9f0074cf7 [file] [log] [blame]
/*
* Copyright (c) Robert Bosch GmbH. All rights reserved.
*/
package org.eclipse.blockchain.core;
/**
* @author ADG5COB
*/
public class SolidityDatatypeToJavaDatatype{
public static void get(datatype a) {
// Do nothing
}
}