File tree Expand file tree Collapse file tree
src/main/java/org/scijava/util Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 3333 * #L%
3434 */
3535
36- package org .scijava ;
36+ package org .scijava . util ;
3737
3838import java .io .ByteArrayInputStream ;
3939import java .io .File ;
5757import java .util .concurrent .Executors ;
5858import java .util .concurrent .TimeUnit ;
5959
60+ /**
61+ * This program mirrors a given website.
62+ * <p>
63+ * Its primary purpose is to provide the code necessary to keep <a href="http://mirror.imagej.net/">ImageJ Mirror</a> up-to-date.
64+ * </p>
65+ *
66+ * @author Johannes Schindelin
67+ */
6068public class MirrorWebsite {
6169 public final static int THREAD_COUNT = 20 ;
6270 public final static long DELAY_IN_MICROSECONDS = 0 ;
@@ -431,4 +439,4 @@ else if (option.equals("--delay"))
431439 System .exit (1 );
432440 }
433441 }
434- }
442+ }
You can’t perform that action at this time.
0 commit comments