You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by cz...@apache.org on 2003/10/20 16:33:12 UTC

cvs commit: jakarta-pluto/src/portal/org/apache/pluto/portalImpl Deploy.java

cziegeler    2003/10/20 07:33:12

  Modified:    src/portal/org/apache/pluto/portalImpl Deploy.java
  Log:
  Removing unused statement (and testing commit)
  
  Revision  Changes    Path
  1.3       +0 -1      jakarta-pluto/src/portal/org/apache/pluto/portalImpl/Deploy.java
  
  Index: Deploy.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/src/portal/org/apache/pluto/portalImpl/Deploy.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Deploy.java	11 Oct 2003 00:51:39 -0000	1.2
  +++ Deploy.java	20 Oct 2003 14:33:12 -0000	1.3
  @@ -544,7 +544,6 @@
               ras.writeBytes("        <definition-id>" + portletApp + "</definition-id>\r\n");
   
               StringTokenizer tokenizer;
  -            Iterator it;
               for (int i = o; i < args.length; ++i) {
                   tokenizer = new StringTokenizer(args[i], ":");
                   String portletId = tokenizer.nextToken();