refactor 'final static' to 'static final' convention
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
* @author M.Kergall
|
||||
*/
|
||||
public class RouteLeg implements Parcelable {
|
||||
//final static Logger log = LoggerFactory.getLogger(RouteLeg.class);
|
||||
//static final Logger log = LoggerFactory.getLogger(RouteLeg.class);
|
||||
|
||||
/**
|
||||
* in km
|
||||
|
||||
Reference in New Issue
Block a user