Sho SHIMIZU
Committed by Gerrit Code Review

Follow the convention for Javadoc

Change-Id: If8d563807a2af99d049601078ddd715aea3132f3
...@@ -51,6 +51,7 @@ public interface FlowObjectiveService { ...@@ -51,6 +51,7 @@ public interface FlowObjectiveService {
51 51
52 /** 52 /**
53 * Obtains a globally unique next objective. 53 * Obtains a globally unique next objective.
54 + *
54 * @return an integer 55 * @return an integer
55 */ 56 */
56 int allocateNextId(); 57 int allocateNextId();
......