jdk/src/share/classes/sun/security/rsa/SunRsaSign.java
changeset 22121 b1aa108cccb5
parent 20485 8af87f3d549c
--- a/jdk/src/share/classes/sun/security/rsa/SunRsaSign.java	Tue Jan 07 12:56:29 2014 -0800
+++ b/jdk/src/share/classes/sun/security/rsa/SunRsaSign.java	Tue Jan 07 14:35:57 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,7 @@
     private static final long serialVersionUID = 866040293550393045L;
 
     public SunRsaSign() {
-        super("SunRsaSign", 1.8d, "Sun RSA signature provider");
+        super("SunRsaSign", 1.9d, "Sun RSA signature provider");
 
         // if there is no security manager installed, put directly into
         // the provider. Otherwise, create a temporary map and use a