minor changes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@693 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 5fb898870b
commit 02c242ae22

@ -122,6 +122,7 @@ public class natLib {
}
}
//TODO: This is not IPv6 compatible
public static boolean isProper(String ip) {
plasmaSwitchboard sb=plasmaSwitchboard.getSwitchboard();
String yacyDebugMode = sb.getConfig("yacyDebugMode", "false");

@ -73,7 +73,7 @@ public class bbCode {
return output;
}
/**Parses parts of bbCode (to-do: [Img],[URL],[List],[List=]).
/**Parses parts of bbCode (TODO: [Img],[URL],[List],[List=]).
*@author Alexander Schier
*@author Roland Ramthun
*@return String

@ -50,7 +50,7 @@ public class enumerateFiles implements Enumeration {
// implements iterative search through recursively defined subdirectories
// and return all paths to the files
private ArrayList hierarchy; // contains TreeSet elements, earch TreeSet contains File Entries
private ArrayList hierarchy; // contains TreeSet elements, each TreeSet contains File Entries
private boolean incOrder; // if true, the smallest value is returned first
private Object buffer; // the prefetch-buffer
private boolean return_files;

@ -61,7 +61,7 @@ public class yacySeedUploadFtp implements yacySeedUploader {
public String uploadSeedFile (serverSwitch sb, yacySeedDB seedDB, File seedFile) throws Exception {
try {
if (sb == null) throw new NullPointerException("Reference to serverSwitch nut not be null.");
if (sb == null) throw new NullPointerException("Reference to serverSwitch must not be null.");
if (seedDB == null) throw new NullPointerException("Reference to seedDB must not be null.");
if ((seedFile == null)||(!seedFile.exists())) throw new Exception("Seed file does not exist.");

@ -19,7 +19,7 @@ InstType "Normal"
InstType "Full"
; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.40(Build 20050816) on your computer. Select which optional things you want installed."
ComponentText "This will install YaCy v0.40(Build 20050816) on your computer. Select which optional things you want to be installed."
; The text to prompt the user to enter a directory
#DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
DirText "Choose a directory to install in to:"

Loading…
Cancel
Save