Skip to content

Commit

Permalink
🚢 relegated to the blade-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 30, 2017
1 parent 663bcd3 commit 7610803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sqlite.version>3.15.1</sqlite.version>
<blade-mvc.version>2.0.4-RELEASE</blade-mvc.version>
<blade-mvc.version>2.0.3</blade-mvc.version>
<blade-jdbc.version>0.2.2-beta</blade-jdbc.version>
<blade-tpl.verion>0.1.2</blade-tpl.verion>
<blade-validator>0.0.2</blade-validator>
Expand Down
8 changes: 0 additions & 8 deletions src/main/java/com/tale/utils/TaleUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,6 @@ public static String getRssXml(java.util.List<Contents> articles) throws FeedExc
channel.setItems(items);
WireFeedOutput out = new WireFeedOutput();
return out.outputString(channel);
// try {
// return out.outputString(channel);
// } catch (org.jdom.IllegalDataException e) {
// //e.printStackTrace();
//
// } catch (Exception e) {
// throw e;
// }
}

/**
Expand Down

0 comments on commit 7610803

Please sign in to comment.