Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2014-02-17 20:10:36 +0000
committerjmisinco2014-02-20 13:43:12 +0000
commit432afaa9a00231228b69729dd5798feb257f11e3 (patch)
treed5c079fd6e8ff8a6664922eadbb30d9210f89d45 /plugins/org.eclipse.osee.framework.core
parent7c1c9de8a35b4e02bbf13eb0a2f2f834b4671621 (diff)
downloadorg.eclipse.osee-432afaa9a00231228b69729dd5798feb257f11e3.tar.gz
org.eclipse.osee-432afaa9a00231228b69729dd5798feb257f11e3.tar.xz
org.eclipse.osee-432afaa9a00231228b69729dd5798feb257f11e3.zip
bug[ats_ATS21615]: Creation of baseline branch causes exception
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core')
-rw-r--r--plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OseeServerInfo.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OseeServerInfo.java b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OseeServerInfo.java
index cfe1215ed46..d90b30c81d6 100644
--- a/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OseeServerInfo.java
+++ b/plugins/org.eclipse.osee.framework.core/src/org/eclipse/osee/framework/core/data/OseeServerInfo.java
@@ -51,8 +51,6 @@ public class OseeServerInfo extends BaseExchangeData {
* @return the server uri
*/
-
-
public URI getUri() {
String serverUri = getString(SERVER_URI);
return URI.create(serverUri);

Back to the top