mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 20:59:29 +00:00
#1021 enforce Checkstyle rules in the build
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package com.iluwatar.roleobject;
|
||||
|
||||
/**
|
||||
* Key abstraction for segregated roles
|
||||
* Key abstraction for segregated roles.
|
||||
*/
|
||||
public abstract class CustomerRole extends CustomerCore{}
|
||||
public abstract class CustomerRole extends CustomerCore{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user