Remove final keyword (rebase error...)

This commit is contained in:
Thibaud Fabre
2014-10-30 15:26:30 +01:00
parent 053a25f335
commit 653349f490
+1 -1
View File
@@ -32,7 +32,7 @@ use Rhumsaa\Uuid\Codec\StringCodec;
* @link http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html
*/
final class Uuid implements UuidInterface, \JsonSerializable
class Uuid implements UuidInterface, \JsonSerializable
{
/**
* When this namespace is specified, the name string is a fully-qualified domain name.