mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-24 16:40:25 +00:00
Update ListEntriesExchange.java
This commit is contained in:
parent
db8338c5e9
commit
88741f74b8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public abstract class ListEntriesExchange implements MessageExchange<ListEntries
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static record Entry(String name, String type, String description, String date, String size) {
|
public static record Entry(String name, String type, String description, String date, String size) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue