Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit 9671440

Browse files
committed
temporarily Revert "add @repeatable"
This reverts commit 970d35bbf1a5a7a69f08636a9bf58f512c9b5c18.
1 parent 17bfb7f commit 9671440

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@
254254
<groupId>org.apache.maven.plugins</groupId>
255255
<artifactId>maven-compiler-plugin</artifactId>
256256
<configuration>
257-
<source>1.8</source>
258-
<target>1.8</target>
257+
<source>1.7</source>
258+
<target>1.7</target>
259259
</configuration>
260260
</plugin>
261261

api/src/main/java/javax/xml/ws/WebServiceRef.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import java.lang.annotation.Documented;
4646
import java.lang.annotation.Target;
4747
import java.lang.annotation.ElementType;
48-
import java.lang.annotation.Repeatable;
4948
import java.lang.annotation.Retention;
5049
import java.lang.annotation.RetentionPolicy;
5150
import javax.annotation.Resource;
@@ -99,7 +98,6 @@
9998
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
10099
@Retention(RetentionPolicy.RUNTIME)
101100
@Documented
102-
@Repeatable(WebServiceRefs.class)
103101
public @interface WebServiceRef {
104102
/**
105103
* The JNDI name of the resource. For field annotations,

0 commit comments

Comments
 (0)