Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html
index 00d680a501..fb158d125a 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db4o/IDB4OStore.html
@@ -149,7 +149,7 @@ extends <a href="../../../../../../org/eclipse/emf/cdo/server/IStore.html" title
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/server/db4o/IDB4OStore.html#TYPE">TYPE</a></span></code>&nbsp;</td>
</tr>
</table>
@@ -172,7 +172,7 @@ extends <a href="../../../../../../org/eclipse/emf/cdo/server/IStore.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/server/db4o/IDB4OStore.html#getPort--">getPort</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/server/db4o/IDB4OStore.html#getStoreLocation--">getStoreLocation</a></span>()</code>&nbsp;</td>
</tr>
</table>
@@ -203,7 +203,7 @@ extends <a href="../../../../../../org/eclipse/emf/cdo/server/IStore.html" title
<ul class="blockListLast">
<li class="blockList">
<h4>TYPE</h4>
-<pre>static final&nbsp;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TYPE</pre>
+<pre>static final&nbsp;java.lang.String TYPE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.emf.cdo.server.db4o.IDB4OStore.TYPE">Constant Field Values</a></dd>
@@ -224,7 +224,7 @@ extends <a href="../../../../../../org/eclipse/emf/cdo/server/IStore.html" title
<ul class="blockList">
<li class="blockList">
<h4>getStoreLocation</h4>
-<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getStoreLocation()</pre>
+<pre>java.lang.String&nbsp;getStoreLocation()</pre>
</li>
</ul>
<a name="getPort--">

Back to the top