Made method public
This commit is contained in:
parent
4aee95207a
commit
e102308827
|
|
@ -458,7 +458,7 @@ public class PlaceDetailActivity extends AppCompatActivity implements View.OnCli
|
|||
});
|
||||
}
|
||||
|
||||
private static @NonNull Report getReport(JsonElement element) {
|
||||
public static @NonNull Report getReport(JsonElement element) {
|
||||
JsonObject reportObject = element.getAsJsonObject();
|
||||
Report report = new Report();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue