surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Java: Remove final on OAuthMessage Member Variables #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
final keyword on OAuthMessage is preventing ability to subclass and change
values.

Photobucket API required manipulation of the URL after the signature has
been calculated so please remove the final keyword on the OAuthMessage
variables.

Original issue reported on code.google.com by todd.be...@gmail.com on 25 Jun 2008 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by andyster on 15 Jul 2008 at 11:19

GoogleCodeExporter commented 9 years ago
done in -r689.

Original comment by jmkrist...@gmail.com on 22 Oct 2008 at 6:26