mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 18:59:15 +00:00
Java 11 migrate remaining q-r (#1121)
* Moves queue-load-leveling to Java 11 * Moves reactor to Java 11 * Moves reader-writer-lock to Java 11 * Moves repository to Java 11 * Moves resource-acquisition-is-initialization to Java 11 * Moves retry to Java 11 * Moves role-object to Java 11
This commit is contained in:
committed by
Ilkka Seppälä
parent
cd2a2e7711
commit
20ea465b7f
@@ -26,5 +26,5 @@ package com.iluwatar.roleobject;
|
||||
/**
|
||||
* Key abstraction for segregated roles.
|
||||
*/
|
||||
public abstract class CustomerRole extends CustomerCore{
|
||||
public abstract class CustomerRole extends CustomerCore {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user