Skip to content

Commit

Permalink
Fixed doc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Nov 7, 2011
1 parent f8c199f commit e4562ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleCredentials.vala
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace GICR {
* Stores an attribute in this credentials instance. * Stores an attribute in this credentials instance.
* *
* @param name a String specifying the name of the attribute * @param name a String specifying the name of the attribute
* @val the value to be stored * @param val the value to be stored
*/ */
public void set_attribute (string name, Value val) { public void set_attribute (string name, Value val) {
throw new RepositoryException.INTERNAL ("Not supported"); throw new RepositoryException.INTERNAL ("Not supported");
Expand Down

0 comments on commit e4562ba

Please sign in to comment.