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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to