Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-06-29 18:54:49 +0000
committerRyan D. Brooks2016-07-06 16:08:24 +0000
commit7c42c4ef49f328fb1b2a221eccb6eb8e694dc035 (patch)
tree86aa061f04d5df703cba9b96d5a0dd4e422e9896 /plugins/org.eclipse.osee.ats.dsl
parent098832a0cfcff0a53f9810c2a44efb13121d44c0 (diff)
downloadorg.eclipse.osee-7c42c4ef49f328fb1b2a221eccb6eb8e694dc035.tar.gz
org.eclipse.osee-7c42c4ef49f328fb1b2a221eccb6eb8e694dc035.tar.xz
org.eclipse.osee-7c42c4ef49f328fb1b2a221eccb6eb8e694dc035.zip
refinement: Remove all branchGuid strings.
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/formatting/AtsDslFormatter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/formatting/AtsDslFormatter.java b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/formatting/AtsDslFormatter.java
index 8a337280637..cb5ac22e707 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/formatting/AtsDslFormatter.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/formatting/AtsDslFormatter.java
@@ -17,7 +17,7 @@ import org.eclipse.xtext.formatting.impl.FormattingConfig;
* This class contains custom formatting description. see :
* http://www.eclipse.org/Xtext/documentation/latest/xtext.html#formatting on how and when to use it Also see
* {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
- *
+ *
* @author Donald G. Dunne
*/
public class AtsDslFormatter extends AbstractDeclarativeFormatter implements IIndentationInformation {
@@ -26,7 +26,7 @@ public class AtsDslFormatter extends AbstractDeclarativeFormatter implements IIn
"attributeName",
"version",
"staticId",
- "baselineBranchGuid",
+ "baselineBranchUuid",
"workDefinition",
"teamDefinition",
"privileged",

Back to the top