FrameMap: implement enterTemp using another enterTemp
This commit is contained in:
@@ -52,7 +52,7 @@ public class FrameMap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int enterTemp() {
|
public int enterTemp() {
|
||||||
return myMaxIndex++;
|
return enterTemp(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int enterTemp(int size) {
|
public int enterTemp(int size) {
|
||||||
|
|||||||
Reference in New Issue
Block a user