mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 11:25:58 +00:00
Resolves checkstyle errors for remaining m (#1090)
* Reduces checkstyle errors in marker * Reduces checkstyle errors in master-worker-pattern * Reduces checkstyle errors in mediator * Reduces checkstyle errors in memento * Reduces checkstyle errors in model-view-controller * Reduces checkstyle errors in model-view-presenter * Reduces checkstyle errors in module * Reduces checkstyle errors in monad * Reduces checkstyle errors in monostate * Reduces checkstyle errors in multiton * Reduces checkstyle errors in mute-idiom * Reduces checkstyle errors in mutex
This commit is contained in:
committed by
Ilkka Seppälä
parent
3ccc9baa1a
commit
1fdc650545
@@ -26,9 +26,8 @@ package com.iluwatar.mute;
|
||||
import java.io.Closeable;
|
||||
|
||||
/**
|
||||
* Represents any resource that the application might acquire and that must be closed
|
||||
* after it is utilized. Example of such resources can be a database connection, open
|
||||
* files, sockets.
|
||||
* Represents any resource that the application might acquire and that must be closed after it is
|
||||
* utilized. Example of such resources can be a database connection, open files, sockets.
|
||||
*/
|
||||
public interface Resource extends Closeable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user