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

org.openlca.collaboration.client.LogoutInvocation Maven / Gradle / Ivy

package org.openlca.collaboration.client;

import org.openlca.collaboration.client.WebRequests.Type;

class LogoutInvocation extends Invocation {

	LogoutInvocation() {
		super(Type.POST, "public/logout");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy