Tester

public class Tester {
  public static void main(String[] args) {  
       String s = "7 is my LuckyNumber!";
       System.out.print( s.replace("7","7") );
 }
} 
What is the output?
Be careful of the space/newline in your answer.