What happens with this method parameter?void greet(final String name) { name = name.trim(); System.out.println(name); }