Fixing the build process for Java8

This commit is contained in:
Andy Clement
2014-02-18 09:27:23 -08:00
parent da7045b350
commit db06b6f619
12 changed files with 29 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ public class GenericClass002<K extends Comparable<K>> implements GenericInterfac
//what we need in this v002 class...
// Same as in original class, but also with methods added (fore these cases)
// Same as in original class, but also with methods added (for these cases)
public Iterator<K> iterator() {
return null;