Ignore:
Timestamp:
06/16/11 14:51:18 (13 years ago)
Author:
sherbold
Message:
  • refactoring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/WeblogParser.java

    r74 r75  
    11package de.ugoe.cs.eventbench.web; 
    22 
    3 import java.io.File; 
    43import java.io.FileNotFoundException; 
    5 import java.io.FileReader; 
    64import java.io.IOException; 
    75import java.text.ParseException; 
     
    7068                        String uri = values[2]; 
    7169                        // String ref = values[3]; // referer is not yet used! 
    72                         String agent = values[4]; // agent is not yet used! 
     70                        String agent = values[4]; 
    7371                        List<String> postedVars = new ArrayList<String>(); 
    7472                        if( values.length==6 ) { // post vars found 
Note: See TracChangeset for help on using the changeset viewer.