sanitystate.tmpl

来自「derby database source code.good for you.」· TMPL 代码 · 共 19 行

TMPL
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?