🐞 FileData
access modifier is potentially wrong and should be public
#575
Labels
FileData
access modifier is potentially wrong and should be public
#575
While testing something else I noticed that
FileData
accessors don't work as theclass
is defined with Default Access Modifier i.e. declarations are visible only within the package (package private) 👀mapbox-events-android/libtelemetry/src/main/java/com/mapbox/android/telemetry/FileData.java
Line 5 in c726dea
I'd say this went unnoticed and the
class
should be marked aspublic
.cc'ing @DorkMatter for visibility
The text was updated successfully, but these errors were encountered: