Changeset 2231 for FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/CommandHandler.java
- Timestamp:
- 2008-07-19 14:00:21 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/CommandHandler.java
r2151 r2231 89 89 90 90 /** 91 * Checks if a spec fied string represents a valid <code>GET</code>91 * Checks if a specified string represents a valid <code>GET</code> 92 92 * command. 93 93 * … … 102 102 103 103 /** 104 * Checks if a spec fied string represents a valid <code>POST</code>104 * Checks if a specified string represents a valid <code>POST</code> 105 105 * command. 106 106 *