Skip to content

Commit

Permalink
Update ChangeBase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ubertakter authored Dec 13, 2017
1 parent 5b465ff commit e7d5e64
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/combinedeventstreamtest/ChangeBase.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/*
* 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;

/**
*
* @author bwhitworth
*/
public abstract class ChangeBase<T> implements UndoChange {
protected final T oldValue, newValue;
protected final DataModel model;
Expand Down

0 comments on commit e7d5e64

Please sign in to comment.