sanitystate.java
来自「derby database source code.good for you.」· Java 代码 · 共 19 行
JAVA
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=true ; public static final boolean DEBUG=true ;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?