From 7821ee92e9a30665d1651c31b73e2775c26066a9 Mon Sep 17 00:00:00 2001 From: ubertakter Date: Wed, 13 Dec 2017 17:21:17 -0600 Subject: [PATCH] Update ChangeBoth.java --- src/combinedeventstreamtest/ChangeBoth.java | 9 --------- 1 file changed, 9 deletions(-) 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;