Left a System.out.println(), oops.
This commit is contained in:
parent
76bbb6e781
commit
45cf46a227
3 changed files with 21 additions and 21 deletions
|
@ -71,7 +71,7 @@
|
|||
<option name="PUT_FOCUS_INTO_COMMENT" value="true" />
|
||||
<option name="SHOW_CHECKIN_OPTIONS" value="true" />
|
||||
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Added Blogger API key. Added missing files." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Worked around Radio's lame XML encoding support." />
|
||||
<option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
|
||||
<option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
|
||||
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
||||
|
@ -112,7 +112,7 @@
|
|||
<option name="HIDE_WARNINGS" value="false" />
|
||||
</component>
|
||||
<component name="FileEditorManager" split-orientation="vertical" split-proportion="0.5">
|
||||
<first-group selected-file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifeRPCResponse.java">
|
||||
<first-group selected-file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifePost.java">
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/post.xml" pinned="false">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="7" column="75" selection-start="534" selection-end="534" vertical-scroll-proportion="0.21834862">
|
||||
|
@ -149,14 +149,14 @@
|
|||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifePost.java" pinned="false">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="54" column="13" selection-start="2093" selection-end="2093" vertical-scroll-proportion="0.33211008">
|
||||
<state line="119" column="14" selection-start="4738" selection-end="4738" vertical-scroll-proportion="0.5614679">
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifeRPCResponse.java" pinned="false">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="50" column="13" selection-start="1963" selection-end="1963" vertical-scroll-proportion="0.33211008">
|
||||
<state line="50" column="13" selection-start="1963" selection-end="1963" vertical-scroll-proportion="-2.3651376">
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
|
@ -569,15 +569,6 @@
|
|||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifeRPCResponse.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="50" column="13" selection-start="1963" selection-end="1963" vertical-scroll-proportion="0.33211008">
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifeBlogger.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="544" column="28" selection-start="13717" selection-end="13717" vertical-scroll-proportion="-6.187156">
|
||||
|
@ -589,11 +580,20 @@
|
|||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifePost.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="54" column="13" selection-start="2093" selection-end="2093" vertical-scroll-proportion="0.33211008">
|
||||
<state line="119" column="14" selection-start="4738" selection-end="4738" vertical-scroll-proportion="0.5614679">
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/lifeblogger/LifeRPCResponse.java">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="50" column="13" selection-start="1963" selection-end="1963" vertical-scroll-proportion="-2.3651376">
|
||||
<folding>
|
||||
<element signature="imports" expanded="true" />
|
||||
</folding>
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</component>
|
||||
</project>
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ public class LifePost extends LifeAction
|
|||
dos.flush();
|
||||
dos.close();
|
||||
|
||||
System.out.println(request);
|
||||
//System.out.println(request);
|
||||
|
||||
final LifeRPCResponse xmlrpc = new LifeRPCResponse(urlConn.getInputStream());
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
||||
/* Creation date Sat Jul 24 07:57:19 PDT 2004 */
|
||||
/* Creation date Sat Jul 24 07:59:45 PDT 2004 */
|
||||
package net.thauvin.lifeblogger;
|
||||
|
||||
import java.util.Date;
|
||||
|
@ -12,21 +12,21 @@ import java.util.Date;
|
|||
public class ReleaseInfo {
|
||||
|
||||
|
||||
/** buildDate (set during build process to 1090681039640L). */
|
||||
private static Date buildDate = new Date(1090681039640L);
|
||||
/** buildDate (set during build process to 1090681185796L). */
|
||||
private static Date buildDate = new Date(1090681185796L);
|
||||
|
||||
/**
|
||||
* Get buildDate (set during build process to Sat Jul 24 07:57:19 PDT 2004).
|
||||
* Get buildDate (set during build process to Sat Jul 24 07:59:45 PDT 2004).
|
||||
* @return Date buildDate
|
||||
*/
|
||||
public static final Date getBuildDate() { return buildDate; }
|
||||
|
||||
|
||||
/**
|
||||
* Get buildNumber (set during build process to 110).
|
||||
* Get buildNumber (set during build process to 111).
|
||||
* @return int buildNumber
|
||||
*/
|
||||
public static final int getBuildNumber() { return 110; }
|
||||
public static final int getBuildNumber() { return 111; }
|
||||
|
||||
|
||||
/** version (set during build process to "0.1.0"). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue