bael-5851
This commit is contained in:
parent
1f1d49bcb1
commit
0e99a7f9cc
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
public interface Notifier<T> {
|
public interface Notifier<T> {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
public class StringNotifier implements Notifier<String> {
|
public class StringNotifier implements Notifier<String> {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.factoryGeneric;
|
package com.baeldung.factorygeneric;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user