@ -98,10 +99,6 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
@@ -98,10 +99,6 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
privateStringbody;
publicMessage(){
}
publicMessage(Stringsubject,Stringbody){
this.subject=subject;
this.body=body;
@ -122,6 +119,7 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
@@ -122,6 +119,7 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
publicvoidsetBody(Stringbody){
this.body=body;
}
}
@Target(ElementType.TYPE)
@ -131,6 +129,7 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
@@ -131,6 +129,7 @@ public class JerseyAutoConfigurationCustomObjectMapperProviderTests {
@ -68,7 +70,8 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
@@ -68,7 +70,8 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
@ -121,6 +124,7 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
@@ -121,6 +124,7 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
publicvoidsetBody(Stringbody){
this.body=body;
}
}
@Target(ElementType.TYPE)
@ -130,6 +134,7 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
@@ -130,6 +134,7 @@ public class JerseyAutoConfigurationObjectMapperProviderTests {
@ -43,9 +42,6 @@ public class SampleSimpleApplication implements CommandLineRunner {
@@ -43,9 +42,6 @@ public class SampleSimpleApplication implements CommandLineRunner {