Skip to content

Commit

Permalink
2015.10.13_wave2
Browse files Browse the repository at this point in the history
Lefteris Paraskevas

[REF]: Corrected spelling of PreProcessor class.
--------------------------------------------------
  • Loading branch information
Lefteris authored and Lefteris committed Oct 13, 2015
1 parent cedc8fa commit e427039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/evaluation/OfflinePeakFinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
*
* @author Lefteris Paraskevas
* @version 2015.10.13_1533_wave2
* @version 2015.10.12_2017_wave2
*
* Based on [1] Marcus A. et al., "TwitInfo: Aggregating and Visualizing Microblogs for Event Exploration", CHI 2011.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/**
*
* @author Lefteris Paraskevas
* @version 2015.10.03_1843_wave2
* @version 2015.10.13_1539_wave2
*/
public class PreProccessor {
public class PreProcessor {

/**
* @param args the command line arguments
Expand All @@ -49,7 +49,7 @@ public static void main(String[] args) throws IOException {
br.close();
} catch (IOException e) {
System.out.println("The file '" + config.getSearchTermsFile() + "' is missing.\nPlace a correct file in classpath and re-run the project");
Logger.getLogger(PreProccessor.class.getName()).log(Level.SEVERE, null, e);
Logger.getLogger(PreProcessor.class.getName()).log(Level.SEVERE, null, e);
System.exit(1);
}

Expand Down

0 comments on commit e427039

Please sign in to comment.