fix some naming issues in this Java thing

Discussion in 'JavaScript' started by Dhingcha, Aug 16, 2008.

  1. #1
    I don't know much Java, but my friend need me to find naming issues in this java thing. can anyone help?
    thx in advance

    package com.FuzzyOptimism.easter_eggs;
    
    public class javaEgg
    {
        public static void main( String[] args )
        {
           oneAndOnly();
        }
    
        public static void oneAndOnly()
        {
           // The excerpt you need to find is the body of this method
        }
    }
    Code (markup):

     
    Dhingcha, Aug 16, 2008 IP