Skip to content

Commit 8007db3

Browse files
committed
fix build
1 parent adfa732 commit 8007db3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+98
-95
lines changed

src/main/java/graphql/annotations/annotations/GraphQLBatched.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLBatched.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLConnection.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import graphql.annotations.dataFetchers.connection.Connection;
1818
import graphql.annotations.dataFetchers.connection.DispatchingConnection;

src/main/java/graphql/annotations/annotations/GraphQLDataFetcher.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLDataFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import graphql.schema.DataFetcher;
1818

src/main/java/graphql/annotations/annotations/GraphQLDefaultValue.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLDefaultValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLDeprecate.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLDeprecate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLDescription.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLDescription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLField.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLID.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLID.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLInvokeDetached.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLInvokeDetached.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

src/main/java/graphql/annotations/annotations/GraphQLMutation.java renamed to src/main/java/graphql/annotations/annotationTypes/GraphQLMutation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
*/
15-
package graphql.annotations.annotations;
15+
package graphql.annotations.annotationTypes;
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Retention;

0 commit comments

Comments
 (0)