Iteration.jav Pair ausgeklammert

This commit is contained in:
pl@gohorb.ba-horb.de 2023-07-18 11:45:17 +02:00
parent b65df7c390
commit 18429d9cf9
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/*
class Pair<T, U> {
T x;
U y;
@ -17,7 +17,7 @@ class Pair<T, U> {
return y;
}
}
*/
public class Iteration {
id(x) {

View File

@ -41,7 +41,7 @@ public class AllgemeinTest {
//String className = "Var";
//String className = "Put";
//String className = "Twice";
String className = "Twice2";
//String className = "Twice2";
//String className = "TestSubTypless";
//String className = "addList";
//String className = "M";
@ -57,7 +57,7 @@ public class AllgemeinTest {
//String className = "UseWildcardPair";
//String className = "Assign";
//String className = "StreamTest";
//String className = "Iteration";
String className = "Iteration";
//PL 2019-10-24: genutzt fuer unterschiedliche Tests
path = System.getProperty("user.dir")+"/resources/AllgemeinTest/" + className + ".jav";
//path = System.getProperty("user.dir")+"/src/test/resources/AllgemeinTest/Overloading_Generics.jav";