Skip to content

Commit 338ceee

Browse files
committed
removed redundant comments
1 parent a16a607 commit 338ceee

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

java/src/main/java/com/cybersource/ws/client/Connection.java

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ public static Connection getInstance(
8383
}
8484

8585
/**
86-
* method to check is request sent or not
86+
* To check is request sent or not
8787
*
8888
* @return boolean
8989
*/
9090
abstract public boolean isRequestSent();
9191

9292
/**
93-
* method to release the connection related objects
93+
* To release the connection related objects
9494
*
9595
* @throws ClientException
9696
*/
@@ -112,24 +112,14 @@ abstract void postDocument(Document request, long startTime)
112112
TransformerException, MalformedURLException,
113113
ProtocolException;
114114

115-
/**
116-
* @return int
117-
* @throws IOException
118-
*/
115+
119116
abstract int getHttpResponseCode()
120117
throws IOException;
121118

122-
/**
123-
* @return InputStream
124-
* @throws IOException
125-
*/
126119
abstract InputStream getResponseStream()
127120
throws IOException;
128121

129-
/**
130-
* @return InputStram
131-
* @throws IOException
132-
*/
122+
133123
abstract InputStream getResponseErrorStream()
134124
throws IOException;
135125

0 commit comments

Comments
 (0)