Skip to content

Commit

Permalink
Minor, supress warning in missing type arguments for generic class Ru…
Browse files Browse the repository at this point in the history
…byArray
  • Loading branch information
andsel committed Sep 9, 2019
1 parent 8137876 commit 5578310
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ public final JRubyWrappedWriteClientExt wrappedWriteClient(final ThreadContext c
}

@JRubyMethod(name = "pipeline_source_details", visibility = Visibility.PROTECTED)
@SuppressWarnings("rawtypes")
public RubyArray getPipelineSourceDetails(final ThreadContext context) {
RubyArray res = (RubyArray) pipelineSettings.callMethod(context, "config_parts");
List<RubyString> pipelineSources = new ArrayList<>(res.size());
Expand Down

0 comments on commit 5578310

Please sign in to comment.