Skip to content

Commit 14580bd

Browse files
committed
Rename of EntryDetails to EntryCore.
1 parent c9dfdd1 commit 14580bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/src/main/java/com/proxerme/library/connection/info/request/EntryDetailsRequest.java renamed to library/src/main/java/com/proxerme/library/connection/info/request/EntryCoreRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Desnoo
2121
*/
22-
public class EntryDetailsRequest extends InfoRequest<EntryCore> {
22+
public class EntryCoreRequest extends InfoRequest<EntryCore> {
2323

2424
private static final String ENDPOINT = "entry";
2525

@@ -32,7 +32,7 @@ public class EntryDetailsRequest extends InfoRequest<EntryCore> {
3232
*
3333
* @param id the id of the entry to request.
3434
*/
35-
public EntryDetailsRequest(@NonNull String id) {
35+
public EntryCoreRequest(@NonNull String id) {
3636
this.id = id;
3737
}
3838

0 commit comments

Comments
 (0)