Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
compat build
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.caucho.com/home/svn/svnroot/resin/trunk@10338 9c94448d-38f1-0310-a231-d98308ff1ebf
  • Loading branch information
ferg committed Jul 28, 2015
1 parent 99828c8 commit 227d195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</antcall>
</target>

<target name="resin-kernel" depends="init, cdi, servlet16, version">
<target name="resin-kernel" depends="init, cdi, servlet16, compat, version">
<antcall target="module" inheritRefs="true">
<param name="module.name" value="kernel"/>
<param name="module.dist" value="${lib}"/>
Expand Down
8 changes: 4 additions & 4 deletions modules/kernel/src/com/caucho/config/reflect/VarType.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
/* (non-Javadoc)
* @see java.lang.reflect.AnnotatedElement#getAnnotation(java.lang.Class)
*/
@Override
//@Override
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
{
// TODO Auto-generated method stub
Expand All @@ -227,7 +227,7 @@ public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
/* (non-Javadoc)
* @see java.lang.reflect.AnnotatedElement#getAnnotations()
*/
@Override
//@Override
public Annotation[] getAnnotations()
{
// TODO Auto-generated method stub
Expand All @@ -237,7 +237,7 @@ public Annotation[] getAnnotations()
/* (non-Javadoc)
* @see java.lang.reflect.AnnotatedElement#getDeclaredAnnotations()
*/
@Override
//@Override
public Annotation[] getDeclaredAnnotations()
{
// TODO Auto-generated method stub
Expand All @@ -247,7 +247,7 @@ public Annotation[] getDeclaredAnnotations()
/* (non-Javadoc)
* @see java.lang.reflect.TypeVariable#getAnnotatedBounds()
*/
@Override
//@Override
public AnnotatedType[] getAnnotatedBounds()
{
// TODO Auto-generated method stub
Expand Down

0 comments on commit 227d195

Please sign in to comment.