logo       
Google Custom Search
    AddThis Social Bookmark Button

roller/src/org/roller/presentation/weblog/actions ExportEntriesAction.java,: msg#00086

Subject: roller/src/org/roller/presentation/weblog/actions ExportEntriesAction.java,1.3,1.4
Update of /cvsroot/roller/roller/src/org/roller/presentation/weblog/actions
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17398/src/org/roller/presentation/weblog/actions

Modified Files:
        ExportEntriesAction.java 
Log Message:
Import cleanup, added javadoc.


Index: ExportEntriesAction.java
===================================================================
RCS file: 
/cvsroot/roller/roller/src/org/roller/presentation/weblog/actions/ExportEntriesAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ExportEntriesAction.java    10 Apr 2004 20:05:50 -0000      1.3
--- ExportEntriesAction.java    16 Apr 2004 02:42:38 -0000      1.4
***************
*** 17,21 ****
  import org.roller.presentation.velocity.ExportRss;
  import org.roller.presentation.weblog.formbeans.ExportEntriesForm;
- import org.roller.presentation.weblog.formbeans.WeblogEntryFormEx;
  
  import java.io.IOException;
--- 17,20 ----
***************
*** 191,194 ****
--- 190,197 ----
  
      /**
+      * Place entries into Lists, placed into date-related
+      * buckets.  The individual buckets may represent a
+      * day, month, or year, depending on which the user specified.
+      * 
       * @param entries
       * @return
***************
*** 197,201 ****
      {
          HashMap map = new HashMap();
-         Iterator it = entries.iterator();
          WeblogEntryData entry = null;
          String key = null;
--- 200,203 ----
***************
*** 210,213 ****
--- 212,217 ----
              formatter = dayFormat;
          }
+         
+         Iterator it = entries.iterator();
          while (it.hasNext()) 
          {



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>