You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 00:57:24 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/declaration positiveDeclaration.jsp

rlubke      02/01/28 15:57:24

  Modified:    src/server/jsp-tests/jsp/core_syntax/scripting/declaration
                        positiveDeclaration.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/declaration/positiveDeclaration.jsp
  
  Index: positiveDeclaration.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/scripting/declaration/positiveDeclaration.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveDeclaration.jsp	4 Oct 2000 00:11:50 -0000	1.1
  +++ positiveDeclaration.jsp	28 Jan 2002 23:57:24 -0000	1.2
  @@ -6,9 +6,9 @@
   			declaration element. Use the declared variable 
   			in the page in a scriptlet.   
   		Result: No error  
  - **/ %>		        
  + **/ %>
   <!-- correct syntax is used in the declaration statement -->
   <%! int i=627; %>
   <% out.println(i); %>
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>