@@ -3673,7 +3673,7 @@ interface Materializable {
36733673 void materialize (Target .Sink sink ,
36743674 List <TypeDescription > transformed ,
36753675 Map <TypeDescription ,
3676- List <Throwable >> failed ,
3676+ List <Throwable >> failed ,
36773677 List <String > unresolved ) throws IOException ;
36783678
36793679 /**
@@ -3701,7 +3701,7 @@ protected ForTransformedElement(DynamicType dynamicType) {
37013701 public void materialize (Target .Sink sink ,
37023702 List <TypeDescription > transformed ,
37033703 Map <TypeDescription ,
3704- List <Throwable >> failed ,
3704+ List <Throwable >> failed ,
37053705 List <String > unresolved ) throws IOException {
37063706 sink .store (dynamicType .getAllTypes ());
37073707 transformed .add (dynamicType .getTypeDescription ());
@@ -3778,7 +3778,7 @@ protected ForFailedElement(Source.Element element, TypeDescription typeDescripti
37783778 public void materialize (Target .Sink sink ,
37793779 List <TypeDescription > transformed ,
37803780 Map <TypeDescription ,
3781- List <Throwable >> failed ,
3781+ List <Throwable >> failed ,
37823782 List <String > unresolved ) throws IOException {
37833783 sink .retain (element );
37843784 failed .put (typeDescription , errored );
@@ -3817,7 +3817,7 @@ protected ForUnresolvedElement(Source.Element element, String typeName) {
38173817 public void materialize (Target .Sink sink ,
38183818 List <TypeDescription > transformed ,
38193819 Map <TypeDescription ,
3820- List <Throwable >> failed ,
3820+ List <Throwable >> failed ,
38213821 List <String > unresolved ) throws IOException {
38223822 sink .retain (element );
38233823 unresolved .add (typeName );
0 commit comments