Author: dan.j.allen
Date: 2009-07-17 15:18:45 -0400 (Fri, 17 Jul 2009)
New Revision: 3079
Modified:
ri/trunk/impl/src/main/java/org/jboss/webbeans/conversation/ConversationImpl.java
Log:
update Conversation bean name
Modified:
ri/trunk/impl/src/main/java/org/jboss/webbeans/conversation/ConversationImpl.java
===================================================================
---
ri/trunk/impl/src/main/java/org/jboss/webbeans/conversation/ConversationImpl.java 2009-07-17
17:50:49 UTC (rev 3078)
+++
ri/trunk/impl/src/main/java/org/jboss/webbeans/conversation/ConversationImpl.java 2009-07-17
19:18:45 UTC (rev 3079)
@@ -9,7 +9,7 @@
* You may obtain a copy of the License at
*
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
@@ -34,7 +34,7 @@
* @see javax.enterprise.context.Conversation
*/
@RequestScoped
-(a)Named("javax.context.conversation")
+(a)Named("javax.enterprise.context.conversation")
@Standard
public class ConversationImpl implements Conversation, Serializable
{
@@ -64,7 +64,7 @@
/**
* Creates a new conversation from an existing one.
- *
+ *
* @param conversation The old conversation
*/
public ConversationImpl(Conversation conversation)