Skip to content

Commit

Permalink
Update ChangeA.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ubertakter authored Dec 13, 2017
1 parent e7d5e64 commit 17ca600
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/combinedeventstreamtest/ChangeA.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.Optional;
import org.reactfx.Change;

/**
*
* @author bwhitworth
*/
public class ChangeA extends ChangeBase<Double> {

public ChangeA(DataModel model, double oldVal, double newVal) {
Expand Down

0 comments on commit 17ca600

Please sign in to comment.