forked from Netflix/hollow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some hollow4 cleanup to take advantage of breaking changes (Netflix#336)
- Loading branch information
1 parent
2d0d050
commit 7590c84
Showing
12 changed files
with
55 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,12 @@ | |
import java.util.concurrent.TimeUnit; | ||
|
||
/** | ||
* A trivial implementation of {@link HollowProducerListenerV2} which does nothing. | ||
* A trivial implementation of {@link HollowProducerListener} which does nothing. | ||
* Implementations of HollowProducerListenerV2 should subclass this class for convenience. | ||
* | ||
* @author Tim Taylor {@literal<[email protected]>} | ||
*/ | ||
public class AbstractHollowProducerListener implements HollowProducerListenerV2 { | ||
public class AbstractHollowProducerListener implements HollowProducerListener { | ||
// DataModelInitializationListener | ||
@Override public void onProducerInit(long elapsed, TimeUnit unit) {} | ||
|
||
|
47 changes: 0 additions & 47 deletions
47
hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducerListenerV2.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.