Skip to content

Commit

Permalink
added a class for test
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Apr 12, 2024
1 parent e3e8e97 commit e0db326
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/com/ringcentral/NewJavaDOcTestClass.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Package name is com.rigcentral
*/
package com.ringcentral;

/**
* Calss Name is NewJavaDOcTestClass
*/
public class NewJavaDOcTestClass {
/**
* Testing JavaDoc
*/
public void testJavaDoc(){
System.out.println("Hello Java Doc");
}
}

0 comments on commit e0db326

Please sign in to comment.