rename the new Materializer.create to createMaterializer, #27642
* because static methods are resolved by looking at extended class too, and that results in ambigious method clash with existing create in ActorMaterializer
This commit is contained in:
parent
b68d67008a
commit
e80b591115
5 changed files with 10 additions and 13 deletions
|
|
@ -295,7 +295,7 @@ public class FlowDocTest extends AbstractJavaTest {
|
|||
// #materializer-from-actor-context
|
||||
final class RunWithMyself extends AbstractActor {
|
||||
|
||||
Materializer mat = Materializer.create(context());
|
||||
Materializer mat = Materializer.createMaterializer(context());
|
||||
|
||||
@Override
|
||||
public void preStart() throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue