Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html
index 1e2952d321..493158ecc8 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/ByteValue.html
@@ -145,7 +145,7 @@ extends <a href="../../../../../org/eclipse/emf/cdo/expressions/Value.html" titl
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a></code></td>
+<td class="colFirst"><code>java.lang.Byte</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/expressions/ByteValue.html#getLiteral--">getLiteral</a></span>()</code>
<div class="block">Returns the value of the '<em><b>Literal</b></em>' attribute.</div>
</td>
@@ -205,7 +205,7 @@ extends <a href="../../../../../org/eclipse/emf/cdo/expressions/Value.html" titl
<ul class="blockList">
<li class="blockList">
<h4>getLiteral</h4>
-<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a>&nbsp;getLiteral()</pre>
+<pre>java.lang.Byte&nbsp;getLiteral()</pre>
<div class="block">Returns the value of the '<em><b>Literal</b></em>' attribute.
<!-- begin-user-doc -->
<p>

Back to the top