Pragmatic directives: Difference between revisions

Content added Content deleted
(New post.)
m (Altering text due to the webpage not displaying "strikethrough" text correctly.)
Line 407: Line 407:
public void Display() {
public void Display() {
System.out.println("This author is indicating that this method is deprecated");
System.out.println("This author is indicating that this method is deprecated");
System.out.println("Note that the IDE has converted the method name to 'strikethrough' text");
}
}