質問編集履歴
2
ソース部分の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
-
if (http.getResponseCode() == HttpURLConnection.HTTP_OK
|
67
|
+
if (http.getResponseCode() == HttpURLConnection.HTTP_OK) {
|
68
68
|
|
69
69
|
try (InputStreamReader isr = new InputStreamReader(http.getInputStream(),
|
70
70
|
|
1
タイトルの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
AtomPubAPIをJavaから利用する方法
|
1
|
+
AtomPubAPIのPOST通信をJavaから利用する方法
|
test
CHANGED
File without changes
|