Content deleted Content added
Tag: |
syntaxhighlight & fix lint |
||
Line 27:
Here is a Java class that, when saved to the file WhichI.java, will compile and illustrate the point being made correctly.
<syntaxhighlight lang="text">
public class WhichI {
public static String i = "am canadian";
Line 37:
}
}
</syntaxhighlight>
I think that the none functioning example in the text should be replaced with this one.
|