CodeHighright에 Java 코드를 넣어보니..

태터 코드 하이라이트 플러그인 v0.93을 이용해서 Java 코드를 넣어보니 아래와 같이 나오는군요. 빈 라인에 대한 처리를 고칠 수 없을까요?

  1. package com.transnet.framework.common.xmlbean;
  2. public class AccountHistoryContext {
  3.   private String dateFrom;
  4.   private String dateTo;
  5.   private Account account;
  6.   public AccountHistoryContext() {
  7.   }
  8.   public AccountHistoryContext(String adateFrom, String adateTo,
  9.       Account aaccount) {
  10.     dateFrom = adateFrom;
  11.     dateTo = adateTo;
  12.     account = aaccount;
  13.   }
  14.   public AccountHistoryContext(String test) {
  15.     dateFrom = "dateFrom";
  16.     dateTo = "dateTo";
  17.     account = new Account("test");
  18.   }
  19.   public String getDateFrom() {
  20.     return dateFrom;
  21.   }
  22.   public void setDateFrom(String s) {
  23.     dateFrom = s;
  24.   }
  25.   public String getDateTo() {
  26.     return dateTo;
  27.   }
  28.   public void setDateTo(String s) {
  29.     dateTo = s;
  30.   }
  31.   public Account getAccount() {
  32.     return account;
  33.   }
  34.   public void setAccount(Account o) {
  35.     account = o;
  36.   }
  37.   public String toXML() {
  38.     return BeanXMLMapping.toXML(this);
  39.   }
  40.   public static Object fromXML(String xml) {
  41.     return BeanXMLMapping.fromXML(xml,
  42.         AccountHistoryContext.class);
  43.   }
  44. }
 
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by Charley Lim

2006/08/31 21:16 2006/08/31 21:16

Trackback URL : http://blogzin.net/charley/trackback/31

Comments List

  1. 후리자 2006/09/01 00:40 # M/D Reply Permalink

    해당 문제를 수정해서 올렸습니다~

Leave a comment
[로그인][오픈아이디란?]

Calendar

«   2010/07   »
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Site Stats

Total hits:
275417
Today:
66
Yesterday:
118

185

131

-30 days

today : 66