I\'ve got a method that creates a String and another method that changes Strings
String
void create(){ String s; edit(s); System.out.printl
Give your variable S a value or as Jeroen Vanneve said "Change it to String s = null;"