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:
@@ -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);
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user