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

com.thegoate.expect.amp.PassChannel Maven / Gradle / Ivy

There is a newer version: 0.15.17.202312051550
Show newest version
package com.thegoate.expect.amp;

import com.thegoate.Goate;

public class PassChannel {
    Goate data;

    public PassChannel(Goate data){
        this.data = data;
    }

    public Goate getData(){
        return data;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy