Skip to content

Commit

Permalink
Fixed some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Oct 28, 2011
1 parent f96c77d commit 86f32a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/org/faabtech/jsamp/SAMPRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/**
* Represents a SAMP Server data request.
*
* For more info about the query mechanism, go to
* <a href="http://wiki.sa-mp.com/wiki/Query_Mechanism">http://wiki.sa-mp.com/wiki/Query_Mechanism</a>
*
* @author Fabian M.
*/
public class SAMPRequest {
Expand All @@ -37,7 +40,7 @@ public class SAMPRequest {
private Opcode opcode;

/**
* Representation of opcodes the Query Mechanism.
* Representation of available query opcodes.
*
* @author Fabian M.
*/
Expand Down

0 comments on commit 86f32a0

Please sign in to comment.