📄 sanitystate.tmpl
字号:
package org.apache.derby.iapi.services.sanity;/* ** * This class is intended for the use of the SanityManager in conjunction * with making a build either Sane or Insane. An insane build is one which * has the two booleans expressed here as "false"; a sane build should be * have the booleans expressed as "true". * * @see com.ihost.cs.iapi.services.sanity.SanityManager ** */public class SanityState{ public static final boolean ASSERT=@SANE@ ; public static final boolean DEBUG=@SANE@ ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -