Move GraphQlArgumentBinderTests to correct package

This commit is contained in:
rstoyanchev
2022-07-05 07:19:23 +01:00
parent 90e2394573
commit e173bef291

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.graphql.data.method.annotation.support;
package org.springframework.graphql.data;
import java.util.List;
import java.util.Map;