Revision: 18361
          http://sourceforge.net/p/jmol/code/18361
Author:   hansonr
Date:     2013-06-26 09:09:01 +0000 (Wed, 26 Jun 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/smarter/Atom.java

Modified: trunk/Jmol/src/org/jmol/adapter/smarter/Atom.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/smarter/Atom.java   2013-06-26 09:06:29 UTC 
(rev 18360)
+++ trunk/Jmol/src/org/jmol/adapter/smarter/Atom.java   2013-06-26 09:09:01 UTC 
(rev 18361)
@@ -115,7 +115,7 @@
    * otherwise, bits 0-25 say whether or not is valid when followed
    * by the letters a-z.
    */
-  final static int[] elementCharMasks = {
+  private final static int[] elementCharMasks = {
     //   Ac Ag Al Am Ar As At Au
     1 << ('c' - 'a') |
     1 << ('g' - 'a') |

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to