Sho SHIMIZU

Fix Javadoc warning

Change-Id: Idb0fb76006cb48a79598ef88eeffa499cc6d4e9a
...@@ -114,6 +114,7 @@ public interface Resource { ...@@ -114,6 +114,7 @@ public interface Resource {
114 /** 114 /**
115 * Returns the volume of this resource. 115 * Returns the volume of this resource.
116 * 116 *
117 + * @param <T> type of return value
117 * @return the volume of this resource 118 * @return the volume of this resource
118 */ 119 */
119 // TODO: think about other naming possibilities. amount? quantity? 120 // TODO: think about other naming possibilities. amount? quantity?
......