Add comment about message separator

This commit is contained in:
nsingh
2017-01-31 10:04:04 -08:00
parent 309d84a419
commit 5a2bcaa5fc

View File

@@ -29,7 +29,12 @@ import com.fasterxml.jackson.databind.ObjectMapper;
*/
public class CfCliParamsProvider implements ClientParamsProvider {
/*
* Important: be sure to use ':' to separate the initial part of the message with a longer portion. The vscode
* content assist will parse around the first ':' and the second segment will appear as a doc string that can be longer
*/
public static final String NO_CLI_TARGETS_FOUND_MESSAGE = "No Cloud Foundry targets found: Use CF CLI to login";
public static final String TARGET = "Target";
public static final String REFRESH_TOKEN = "RefreshToken";
public static final String ORGANIZATION_FIELDS = "OrganizationFields";