Skip to content

Commit 63fe85d

Browse files
HippleHipple
authored andcommitted
update Stack.java
1 parent 8338202 commit 63fe85d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

group18/1159828430/20170219/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
56
<classpathentry kind="output" path="bin"/>
67
</classpath>

group18/1159828430/20170219/src/com/coding/basic/Stack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public int size(){
4343
return elementData.size();
4444
}
4545
}
46-
class TestMyStack {
46+
class TestStack {
4747
public static void main(String[] args){
4848
Stack myStack=new Stack();
4949
myStack.push("a");

0 commit comments

Comments
 (0)