-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename lowercase Java Programs and also change the class name inside that Java program #1
Comments
Sending PR |
@Chiranjeeb2410 , Go ahead |
Issue is not completely resolved, pull requests fixing the issue would be much appreciated. |
This is also for files that are not in camel case, correct? I'm working on it. |
Also, there is ice.java and Ice.java. |
@AbhilashG97 can you accept the open PRs? |
@TheShashank, I will merge the pull requests soon. |
@AbhilashG97 sir, can you accept the PR ? |
This issue is still open, anyone can send a pull request which resolves this issue. |
Currently, there are a few Java programs with incorrect file and class name. The name of the Java program and also its class name needs to be changed to its correct syntactical format. Those
java
files are present inside theMiscellaneous
📁 :Changes Excepted
program.java to Program.java
Class name and the constructors associated with class (if present) also needs to be changed,
public class className{ } to public class ClassName{ }
The text was updated successfully, but these errors were encountered: