質問編集履歴

2

ソース部分の修正

2020/05/17 10:02

投稿

s1170022
s1170022

スコア25

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- if (http.getResponseCode() == HttpURLConnection.HTTP_OK || true) {
67
+ if (http.getResponseCode() == HttpURLConnection.HTTP_OK) {
68
68
 
69
69
  try (InputStreamReader isr = new InputStreamReader(http.getInputStream(),
70
70
 

1

タイトルの修正

2020/05/17 10:02

投稿

s1170022
s1170022

スコア25

test CHANGED
@@ -1 +1 @@
1
- AtomPubAPIをJavaから利用する方法
1
+ AtomPubAPIのPOST通信をJavaから利用する方法
test CHANGED
File without changes