diff --git a/src/combinedeventstreamtest/ChangeBoth.java b/src/combinedeventstreamtest/ChangeBoth.java index 9aecc13..794f0bd 100644 --- a/src/combinedeventstreamtest/ChangeBoth.java +++ b/src/combinedeventstreamtest/ChangeBoth.java @@ -1,18 +1,9 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ package combinedeventstreamtest; import java.util.Objects; import java.util.Optional; import org.reactfx.util.Tuple2; -/** - * - * @author bwhitworth - */ public class ChangeBoth implements UndoChange { private final ChangeA aChange;