Skip to content

Test #81

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Test #81

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sample Java Applicaiton V3.6.6
My Sample Java Applicaiton V3.6.6
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.devopsdemo.utilities;

public class HexAsciiConvertor {
/***
/****
* Method to convert hexadecimal values into ascii
* method is return the ascii value
* @param hexValue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class PrepareTargetMethod {

private static final String METHOD_GET_PREFIX = "get";
/***
/****
* preparing target name of getter method for given sort field
*
* @param name a {@link java.lang.String}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/devopsdemo/utilities/PropertyHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* The getProperty()/get() methods also returns "" silently if no such query exists.
* @author Seshagiri Sriram
* @version 1.0
* @see PropertyLoader
* @see PropertyLoader****
*/

public final class PropertyHelper {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/devopsdemo/utilities/PropertyLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/***
* Looks up a resource named 'name' in the classpath. The resource must map
/****************************
* Looks up a resource named 'name' in the classpath. The resource must map-mapping
* to a file with .properties extention. The name is assumed to be absolute
* and can use either "/" or "." for package segment separation with an
* optional leading "/" and optional ".properties" suffix. Thus, the
Expand Down