Skip to content
Snippets Groups Projects
Commit 1c8b8ece authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Added private constructor...

parent 4520b7e3
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,13 @@ import javax.xml.ws.soap.SOAPBinding; ...@@ -48,6 +48,13 @@ import javax.xml.ws.soap.SOAPBinding;
public final class TGAuthClientCrudUtilities { public final class TGAuthClientCrudUtilities {
/**
* PRIVATE CONSRUCTOR FOR STATIC CLASS
*/
private TGAuthClientCrudUtilities() {
//
}
// ** // **
// MAIN CLASS // MAIN CLASS
// ** // **
......
...@@ -48,6 +48,13 @@ import javax.xml.ws.soap.SOAPBinding; ...@@ -48,6 +48,13 @@ import javax.xml.ws.soap.SOAPBinding;
public final class TGAuthClientUtilities { public final class TGAuthClientUtilities {
/**
* PRIVATE CONSRUCTOR FOR STATIC CLASS
*/
private TGAuthClientUtilities() {
//
}
// ** // **
// MAIN CLASS // MAIN CLASS
// ** // **
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment