Change access specifier to private
This commit is contained in:
parent
652d227982
commit
206b9aa75f
@ -24,7 +24,7 @@ public class CountChar {
|
|||||||
* @return int: Number of characters in the passed string
|
* @return int: Number of characters in the passed string
|
||||||
* */
|
* */
|
||||||
|
|
||||||
public static int CountCharacters(String str) {
|
private static int CountCharacters(String str) {
|
||||||
|
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user