Max 3635001222 Redundant Variable 'config'
Instead of initializing a local variable first and then return it, you could directly return a new Builder instance.

-> return new Builder().uri(URL).build();
2020-01-15 15:43:57 +01:00
..