Skip to content

Commit 67dd2eb

Browse files
committed
my New java Projects
Initial commit
1 parent afe231f commit 67dd2eb

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ArrayTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class ArrayTypes {
55
// public static void main(String args[]) {

src/Conditions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class Conditions {
55
public static void main(String args[]){

src/DataTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class DataTypes {
55
public static void main(String args[]){

src/EqualCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class EqualCheck {
55
public static void main(String args[]){

src/Operators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class Operators {
55
public static void main(String args[]){

src/RemoveWhiteSpace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class RemoveWhiteSpace {
55

src/StringtoArrayList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class StringtoArrayList {
55
public static void main(String args[]){

src/SwitchType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Created by mrugeshkumar on 4/9/17.
2+
* Created by mrugesh patel on 4/9/17.
33
*/
44
public class SwitchType {
55
public static void main(String args[]) {

0 commit comments

Comments
 (0)