view src/main/java/alice/topology/manager/keeparive/StartKeepAlive.java @ 393:38021fceabef draft multicast

test commit
author tatsuki
date Tue, 17 Jun 2014 17:39:47 +0900
parents 8f71c3e6f11d
children
line wrap: on
line source

package alice.topology.manager.keeparive;

import alice.codesegment.CodeSegment;

public class StartKeepAlive extends CodeSegment {

	@Override
	public void run() {
		new CreateTask();

	}

}