Skip to content
Snippets Groups Projects
Commit b9ce8f3d authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

removes local path

parent c64b649e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 759BEAB87316FAC4EE4C3D61700F9B33
* @ConQAT.Rating YELLOW Hash: C5976B234C9361DC46BAFF13AB1AEDD2
*/
public final class ConstraintService implements IIntrospectiveKernelService, IConstraintService {
......@@ -199,7 +199,7 @@ public final class ConstraintService implements IIntrospectiveKernelService, ICo
* This string should however only be set to a non-empty string on a local machine, never
* commited!
*/
private static final String DEBUG_FOLDER = "";
private static final String DEBUG_FOLDER = null;
/** Number used to annotate the traces when debugging is active. */
private int debug_trace_number = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment