[CLEANUP] Readded the return

This commit is contained in:
Emma Stone
2017-02-03 16:10:47 +00:00
parent e00f1d8562
commit 7767ae1b85
@@ -6,6 +6,9 @@ public interface Interface {
int[] getStackSizes();
/**
* @return long version of #getStackSizes
*/
long[] getLongStackSizes();
String getMessage();