Well, my original question was going to be: Does anyone know the meaning of OD in java?
I was going to copy and paste a sample of one of the codes provided by my professor, which looks like this:
Notice the OD at the end of every line.
But when I copy and paste the code, the OD's on the pasted code are gone!
Does anyone know if this is something from JGrasp? If so, how could I remove it? I'm having a hard time editing that one code because of all those distractions at the end of every line.
Also, whenever I compile it, I get the Warning: C:\Documents and Settings\boris_g\Desktop\Sphere.java uses unchecked or unsafe operations.
So far I suspect the file was maybe created using some other IDE?
I was going to copy and paste a sample of one of the codes provided by my professor, which looks like this:
Code:
import java.util.ArrayList; OD OD public class Sphere { OD private double theRadius; OD //.....
But when I copy and paste the code, the OD's on the pasted code are gone!
Does anyone know if this is something from JGrasp? If so, how could I remove it? I'm having a hard time editing that one code because of all those distractions at the end of every line.
Also, whenever I compile it, I get the Warning: C:\Documents and Settings\boris_g\Desktop\Sphere.java uses unchecked or unsafe operations.
So far I suspect the file was maybe created using some other IDE?
Comment