projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc17b88
)
first file of web spider
author
bdemsky
<bdemsky>
Fri, 9 Mar 2007 21:35:04 +0000
(21:35 +0000)
committer
bdemsky
<bdemsky>
Fri, 9 Mar 2007 21:35:04 +0000
(21:35 +0000)
Robust/src/Benchmarks/Spider/BR/Query.java
[new file with mode: 0644]
patch
|
blob
diff --git a/Robust/src/Benchmarks/Spider/BR/Query.java
b/Robust/src/Benchmarks/Spider/BR/Query.java
new file mode 100644
(file)
index 0000000..
627069a
--- /dev/null
+++ b/
Robust/src/Benchmarks/Spider/BR/Query.java
@@ -0,0
+1,11
@@
+public class Query {
+ flag processed;
+
+ String webpage;
+
+ public Query(String web) {
+ webpage=web;
+ }
+
+
+}