Java revient nul

private string hello = "Hello";
Objects.RequireNonNull(hello.split("e"));
// Shouldn't return null
rennmaushunter