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;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.factoryGeneric;
|
||||
package com.baeldung.factorygeneric;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.factoryGeneric;
|
||||
package com.baeldung.factorygeneric;
|
||||
|
||||
public interface Notifier<T> {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.factoryGeneric;
|
||||
package com.baeldung.factorygeneric;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.factoryGeneric;
|
||||
package com.baeldung.factorygeneric;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.factoryGeneric;
|
||||
package com.baeldung.factorygeneric;
|
||||
|
||||
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 static org.junit.jupiter.api.Assertions.*;
|
||||
|
|
Loading…
Reference in New Issue