Skip to content

Commit 7f9789c

Browse files
iluwatar#631 - Partial Response : [Refactor] Made Main class name as App for consistancy.
1 parent 5d8d312 commit 7f9789c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • partial-response/src/main/java/com/iluwatar/partialresponse

partial-response/src/main/java/com/iluwatar/partialresponse/VideoClientApp.java renamed to partial-response/src/main/java/com/iluwatar/partialresponse/App.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
/**
3434
* The Partial response pattern is a design pattern in which client specifies fields to fetch to serve.
35-
* Here {@link VideoClientApp} is playing as client for {@link VideoResource} server.
35+
* Here {@link App} is playing as client for {@link VideoResource} server.
3636
* Client ask for specific fields information in video to server.
3737
* <p>
3838
* <p>
3939
* {@link VideoResource} act as server to serve video information.
4040
*/
4141

42-
public class VideoClientApp {
43-
private static final Logger LOGGER = LoggerFactory.getLogger(VideoClientApp.class);
42+
public class App {
43+
private static final Logger LOGGER = LoggerFactory.getLogger(App.class);
4444

4545
/**
4646
* Method as act client and request to server for video details.

0 commit comments

Comments
 (0)