Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2664 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Victor Yarmolovich committed May 7, 2009
1 parent 3a844dd commit 0f5e959
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
<RequestScoped />
<Integer />
<Date />
<CommonDataSource />
<DataSource />
<InvocationContext />
<Event />
<ScheduleExpression />
Expand All @@ -31,7 +31,7 @@
javax.context.RequestScoped;
java.lang.Integer;
java.util.Date;
javax.sql.CommonDataSource;
javax.sql.DataSource;
javax.interceptor.InvocationContext;
javax.event.Event;
javax.ejb.ScheduleExpression;
Expand Down

0 comments on commit 0f5e959

Please sign in to comment.