|
|
@ -13,7 +13,8 @@
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
//简介:定义了很多的静态字符串,目的就是为了提供jsonObject中相应字符串的"key"。
|
|
|
|
|
|
|
|
//把这些静态的定义单独写到了一个类里面
|
|
|
|
package net.micode.notes.tool;
|
|
|
|
package net.micode.notes.tool;
|
|
|
|
|
|
|
|
|
|
|
|
public class GTaskStringUtils {
|
|
|
|
public class GTaskStringUtils {
|
|
|
@ -110,4 +111,5 @@ public class GTaskStringUtils {
|
|
|
|
|
|
|
|
|
|
|
|
public final static String META_NOTE_NAME = "[META INFO] DON'T UPDATE AND DELETE";
|
|
|
|
public final static String META_NOTE_NAME = "[META INFO] DON'T UPDATE AND DELETE";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}//这个类就是定义了一堆static string,实际就是为jsonObject提供Key,
|
|
|
|
|
|
|
|
//把这些定义全部写到一个类里,方便查看管理
|
|
|
|