blob: 4789c6e63e26af22a4f005eeeb746396b810bfff [file] [log] [blame]
Toshio Koide5f260652014-01-30 14:41:12 -08001package net.onrc.onos.ofcontroller.app;
2
3/**
4 * @author Toshio Koide (t-koide@onlab.us)
5 * This code is valid for the architectural study purpose only.
6 */
7public class ShortestPath implements BaseApplication {
8
9}