This commit is contained in:
Daniel Mills
2021-07-16 02:25:35 -04:00
parent 22387b2610
commit 71140381e0
198 changed files with 1033 additions and 1146 deletions

View File

@@ -74,7 +74,6 @@ public class GBiset<A, B> implements Serializable {
/**
* Set the second object
*
*/
public void setB(B b) {
this.b = b;