TDI-21185: change the spelling error.

git-svn-id: http://talendforge.org/svn/tos/trunk@90780 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
cli
2012-09-17 08:22:55 +00:00
parent 55b39dbb41
commit 3a1fc92dd2
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public final class TalendPropertiesUtil {
*
* @return
*/
public static boolean isEnabledMultiBranchesInWorkspacee() {
public static boolean isEnabledMultiBranchesInWorkspace() {
String value = System.getProperty("talend.enable.multiBranchesInWorkspace"); //$NON-NLS-1$
return Boolean.parseBoolean(value);

View File

@@ -421,7 +421,7 @@ public final class ProjectManager {
public boolean enableSpecialTechnicalProjectName() {
// FIXME TDI-21185, add the function to enable disabling this function.
return TalendPropertiesUtil.isEnabledMultiBranchesInWorkspacee();
return TalendPropertiesUtil.isEnabledMultiBranchesInWorkspace();
}
/**