15 lines
318 B
Java
15 lines
318 B
Java
|
package com.osmand;
|
||
|
|
||
|
/**
|
||
|
* This class is designed to put all to do's and link them with code.
|
||
|
* The whole methods could be paste or just constants.
|
||
|
* Do not worry to put ugly code here (just a little piece)
|
||
|
*
|
||
|
*/
|
||
|
public class ToDoConstants {
|
||
|
|
||
|
|
||
|
public int CONFIG_COMMONS_LOGGING_IN_ANDROID = 1;
|
||
|
|
||
|
}
|