~elambert/gearmanij/gearman_java_library

« back to all changes in this revision

Viewing changes to src/org/gearman/common/GearmanPacket.java

  • Committer: Eric Lambert
  • Date: 2009-07-10 21:43:41 UTC
  • Revision ID: eric.d.lambert@gmail.com-20090710214341-rdxsssdbxmjfbysa
fixed javadoc warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
    /**
88
88
     * Retrieves the magic type for this packet.
89
 
     * @return
 
89
     * @return The {@link GearmanPacketMagic} for this packet.
90
90
     */
91
91
    public GearmanPacketMagic getMagic();
92
92