~ubuntu-branches/ubuntu/trusty/ehcache/trusty

« back to all changes in this revision

Viewing changes to net/sf/ehcache/Status.java

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2008-07-14 02:08:53 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714020853-37uz6uzh6mc5mcgx
Tags: 1.5.0-1
* New upstream release
* Add libjgroups-java to Build-Depends-Indep
* Bump Standards-Version to 3.8.0
* debian/copyright: remove the full text of Apache 2.0 license, as now
  is included in common licenses

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * Methods are provided to convert from the int status values to enum values and vice versa.
26
26
 *
27
27
 * @author Greg Luck
28
 
 * @version $Id: Status.java 519 2007-07-27 07:11:45Z gregluck $
 
28
 * @version $Id: Status.java 704 2008-07-13 00:17:52Z gregluck $
29
29
 * @since 1.2
30
 
 * @noinspection SerializableHasSerializationMethods
31
30
 */
32
31
public final class Status implements Serializable {
33
32
    /**