Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Minor change for standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnaray committed May 12, 2016
1 parent 69da2f3 commit 3e582ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.PlatformUI;
import org.embl.cca.utils.datahandling.JavaSystem;

public class CommonExtension {
public final static boolean debugMode = Boolean.getBoolean("DEBUG");
public final static boolean debugMode = JavaSystem.getPropertyAsBoolean("DEBUG");

public static Rectangle DETACH_RECTANGLE_DEFAULT = new Rectangle(100, 100, 300, 300);

Expand Down

0 comments on commit 3e582ab

Please sign in to comment.