http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/62afb533/content/site/apidocs/src-html/org/apache/juneau/BeanMap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/BeanMap.html 
b/content/site/apidocs/src-html/org/apache/juneau/BeanMap.html
index e1de77e..48220e8 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/BeanMap.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/BeanMap.html
@@ -190,7 +190,7 @@
 <span class="sourceLineNo">182</span>    * in a transformed value.<a 
name="line.182"></a>
 <span class="sourceLineNo">183</span>    * For example, if the bean property 
type class is a {@link Date} and the bean property has the<a 
name="line.183"></a>
 <span class="sourceLineNo">184</span>    * {@link 
org.apache.juneau.transforms.DateSwap.ISO8601DT} swap associated with it 
through the<a name="line.184"></a>
-<span class="sourceLineNo">185</span>    * {@link BeanProperty#swap() 
@BeanProperty.swap()} annotation, the value being passed in must be<a 
name="line.185"></a>
+<span class="sourceLineNo">185</span>    * {@link Swap#value() @Swap.value()} 
annotation, the value being passed in must be<a name="line.185"></a>
 <span class="sourceLineNo">186</span>    * a String containing an ISO8601 
date-time string value.<a name="line.186"></a>
 <span class="sourceLineNo">187</span>    *<a name="line.187"></a>
 <span class="sourceLineNo">188</span>    * &lt;h5 
class='section'&gt;Example:&lt;/h5&gt;<a name="line.188"></a>
@@ -269,7 +269,7 @@
 <span class="sourceLineNo">261</span>    * will return the transformed 
value.<a name="line.261"></a>
 <span class="sourceLineNo">262</span>    * For example, if the bean property 
type class is a {@link Date} and the bean property has the<a 
name="line.262"></a>
 <span class="sourceLineNo">263</span>    * {@link 
org.apache.juneau.transforms.DateSwap.ISO8601DT} swap associated with it 
through the<a name="line.263"></a>
-<span class="sourceLineNo">264</span>    * {@link BeanProperty#swap() 
@BeanProperty.swap()} annotation, this method will return a String containing 
an<a name="line.264"></a>
+<span class="sourceLineNo">264</span>    * {@link Swap#value() @Swap.value()} 
annotation, this method will return a String containing an<a 
name="line.264"></a>
 <span class="sourceLineNo">265</span>    * ISO8601 date-time string value.<a 
name="line.265"></a>
 <span class="sourceLineNo">266</span>    *<a name="line.266"></a>
 <span class="sourceLineNo">267</span>    * &lt;h5 
class='section'&gt;Example:&lt;/h5&gt;<a name="line.267"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/62afb533/content/site/apidocs/src-html/org/apache/juneau/BeanMapEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/BeanMapEntry.html 
b/content/site/apidocs/src-html/org/apache/juneau/BeanMapEntry.html
index 1bc4bb1..6c538cd 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/BeanMapEntry.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/BeanMapEntry.html
@@ -80,7 +80,7 @@
 <span class="sourceLineNo">072</span>    * will return the transformed 
value.<a name="line.72"></a>
 <span class="sourceLineNo">073</span>    * For example, if the bean property 
type class is a {@link Date} and the bean property has the<a name="line.73"></a>
 <span class="sourceLineNo">074</span>    * {@link 
org.apache.juneau.transforms.DateSwap.ISO8601DT} swap associated with it 
through the<a name="line.74"></a>
-<span class="sourceLineNo">075</span>    * {@link BeanProperty#swap() 
@BeanProperty.swap()} annotation, this method will return a String containing 
an<a name="line.75"></a>
+<span class="sourceLineNo">075</span>    * {@link Swap#value() @Swap.value()} 
annotation, this method will return a String containing an<a name="line.75"></a>
 <span class="sourceLineNo">076</span>    * ISO8601 date-time string value.<a 
name="line.76"></a>
 <span class="sourceLineNo">077</span>    */<a name="line.77"></a>
 <span class="sourceLineNo">078</span>   @Override /* Map.Entry */<a 
name="line.78"></a>
@@ -103,7 +103,7 @@
 <span class="sourceLineNo">095</span>    * in a transformed value.<a 
name="line.95"></a>
 <span class="sourceLineNo">096</span>    * For example, if the bean property 
type class is a {@link Date} and the bean property has the<a name="line.96"></a>
 <span class="sourceLineNo">097</span>    * {@link 
org.apache.juneau.transforms.DateSwap.ISO8601DT} swap associated with it 
through the<a name="line.97"></a>
-<span class="sourceLineNo">098</span>    * {@link BeanProperty#swap() 
@BeanProperty.swap()} annotation, the value being passed in must be a String<a 
name="line.98"></a>
+<span class="sourceLineNo">098</span>    * {@link Swap#value() @Swap.value()} 
annotation, the value being passed in must be a String<a name="line.98"></a>
 <span class="sourceLineNo">099</span>    * containing an ISO8601 date-time 
string value.<a name="line.99"></a>
 <span class="sourceLineNo">100</span>    *<a name="line.100"></a>
 <span class="sourceLineNo">101</span>    * @return  The set value after it's 
been converted.<a name="line.101"></a>

Reply via email to