]> gerrit.simantics Code Review - simantics/platform.git/blob - org/simantics/selectionview/DebugPolicy.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / org / simantics / selectionview / DebugPolicy.java
1 package org.simantics.selectionview;
2
3
4 /**
5  * @author Antti Villberg
6  */
7 public final class DebugPolicy {
8
9     public static final boolean  DEBUG = false;
10
11 }