Mail Archive Home | fractal-commits List | November 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Friday, November 24, 2006 @ 17:03:25
Author: pessemier
Path:
.../fractal/fraclet/fraclet-annotation/examples/comanche/src/comanche
Modified: RequestDispatcher.java
type safety
------------------------+
RequestDispatcher.java | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index:
fraclet/fraclet-annotation/examples/comanche/src/comanche/RequestDispatcher.java
diff -u
fraclet/fraclet-annotation/examples/comanche/src/comanche/RequestDispatcher.java:1.8
fraclet/fraclet-annotation/examples/comanche/src/comanche/RequestDispatcher.java:1.9
---
fraclet/fraclet-annotation/examples/comanche/src/comanche/RequestDispatcher.java:1.8
Wed May 31 17:05:37 2006
+++
fraclet/fraclet-annotation/examples/comanche/src/comanche/RequestDispatcher.java
Fri Nov 24 17:03:25 2006
@@ -47,7 +47,7 @@
// }
// functional aspect
public void handleRequest (Request r) throws IOException {
- Iterator i = handlers.values().iterator();
+ Iterator<RequestHandler> i = handlers.values().iterator();
while (i.hasNext()) {
try {
((RequestHandler)i.next()).handleRequest(r);
return;
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.