All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.intelie.liverig.witsml.WITSMLBaseMsg Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.witsml;

public abstract class WITSMLBaseMsg {
    public static String getBaseMsg(short result) {
        // TODO implement correctly
        return String.valueOf(result);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy