~elambert/gearmanij/gearman_java_library

« back to all changes in this revision

Viewing changes to src/org/gearman/example/ReverseWorker.java

  • Committer: Eric Lambert
  • Date: 2009-07-12 19:03:49 UTC
  • Revision ID: eric.d.lambert@gmail.com-20090712190349-nu7br4pz6zqc6e9u
lgpl-ed the code written by Eric H and Robert S

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (C) 2009 by Eric Herman <eric@freesa.org>
3
 
 * Use and distribution licensed under the BSD license.  See
4
 
 * the COPYING file in the parent directory for full text.
 
3
 * Use and distribution licensed under the
 
4
 * GNU Lesser General Public License (LGPL) version 2.1.
 
5
 * See the COPYING file in the parent directory for full text.
5
6
 */
6
7
package org.gearman.example;
7
8