SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use double apostrophe instead of single in the "You''re", eg:
String text = java.text.MessageFormat.format("You''re about to delete {0} rows.", 5); System.out.println(text);