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
In the AER_FilesystemComponent only AER_FileObject and AER_DirectoryOBject should be available. But at the moment, because both inherit from AER_FilesystemObject, the parent class is also available but that doesn't make sense and could lead to accidental misconfiguration.
The text was updated successfully, but these errors were encountered:
In the AER_FilesystemComponent only AER_FileObject and AER_DirectoryOBject should be available. But at the moment, because both inherit from AER_FilesystemObject, the parent class is also available but that doesn't make sense and could lead to accidental misconfiguration.
The text was updated successfully, but these errors were encountered: