You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileInfo.java is just used as an immutable storage for transfering information about a file and it's content. IntelliJ suggest that the class could be converted into a record instead.
FileInfo.java is just used as an immutable storage for transfering information about a file and it's content. IntelliJ suggest that the class could be converted into a record instead.