Skip to content

Commit 5f9a554

Browse files
YanWenKunodrotbohm
authored andcommitted
#1137 - Fix package name vnderror to vnderrors in migration script.
1 parent ceb8054 commit 5f9a554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/migrate-to-1.0.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ s/hateoas\.MethodLinkBuilderFactory/hateoas.server.MethodLinkBuilderFactory/g;\
4848
s/hateoas\.RelProvider/hateoas.server.LinkRelationProvider/g;\
4949
s/hateoas\.ResourceAssembler/hateoas.server.ResourceAssembler/g;\
5050
s/hateoas\.ResourceProcessor/hateoas.server.ResourceProcessor/g;\
51-
s/hateoas\.VndErrors/hateoas.mediatype.vnderror.VndErrors/g;\
52-
s/hateoas\.VndErrors.VndError/hateoas.mediatype.vnderror.VndErrors.VndError/g;\
51+
s/hateoas\.VndErrors/hateoas.mediatype.vnderrors.VndErrors/g;\
52+
s/hateoas\.VndErrors.VndError/hateoas.mediatype.vnderrors.VndErrors.VndError/g;\
5353
\
5454
s/hateoas\.alps/hateoas.mediatype.alps/g;\
5555
\

0 commit comments

Comments
 (0)