change constant name

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-09-17 21:51:57 +00:00
parent 7b0fdd7222
commit 845cddd1ff
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ package org.apache.maven;
public class MavenConstants
{
// TODO: remove? only used in CLI for now - once set, never used
public static final String DEBUG_ON = "maven.debugOn";
public static final String DEBUG_ON = "maven.debug.on";
}