Skip to content

Commit 0b6c1fa

Browse files
committed
better package
1 parent 8079042 commit 0b6c1fa

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

src/main/groovy/com/github/hauner/openapi/test/TestItems.groovy renamed to src/main/groovy/io/openapiprocessor/test/TestItems.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.hauner.openapi.test
17+
package io.openapiprocessor.test
1818

1919
/**
2020
* input.yaml / generated.yaml mapping.

src/main/groovy/com/github/hauner/openapi/test/TestSet.groovy renamed to src/main/groovy/io/openapiprocessor/test/TestSet.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.hauner.openapi.test
17+
package io.openapiprocessor.test
1818

1919
import io.openapiprocessor.api.OpenApiProcessor
2020

src/main/groovy/io/openapiprocessor/test/TestSetRunner.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import com.fasterxml.jackson.databind.ObjectMapper
1010
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory
1111
import com.github.difflib.DiffUtils
1212
import com.github.difflib.UnifiedDiffUtils
13-
import com.github.hauner.openapi.test.TestItems
14-
import com.github.hauner.openapi.test.TestSet
1513

1614
import java.nio.file.FileSystem
1715
import java.nio.file.Files

src/main/groovy/com/github/hauner/openapi/test/streamhandler/Memory.groovy renamed to src/main/groovy/io/openapiprocessor/test/stream/Memory.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.hauner.openapi.test.streamhandler
17+
package io.openapiprocessor.test.stream
1818

1919
/**
2020
* in-memory content by path.

src/main/groovy/com/github/hauner/openapi/test/streamhandler/MemoryStreamHandlerProvider.groovy renamed to src/main/groovy/io/openapiprocessor/test/stream/MemoryStreamHandlerProvider.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.hauner.openapi.test.streamhandler
17+
package io.openapiprocessor.test.stream
1818

1919
import java.net.spi.URLStreamHandlerProvider
2020

src/main/groovy/com/github/hauner/openapi/test/streamhandler/ResourceStreamHandlerProvider.groovy renamed to src/main/groovy/io/openapiprocessor/test/stream/ResourceStreamHandlerProvider.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.github.hauner.openapi.test.streamhandler
17+
package io.openapiprocessor.test.stream
1818

1919
import java.net.spi.URLStreamHandlerProvider
2020

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
com.github.hauner.openapi.test.streamhandler.MemoryStreamHandlerProvider
2-
com.github.hauner.openapi.test.streamhandler.ResourceStreamHandlerProvider
1+
io.openapiprocessor.test.stream.MemoryStreamHandlerProvider
2+
io.openapiprocessor.test.stream.ResourceStreamHandlerProvider

0 commit comments

Comments
 (0)