Revision: 20894
          http://sourceforge.net/p/jmol/code/20894
Author:   hansonr
Date:     2015-12-17 22:22:22 +0000 (Thu, 17 Dec 2015)
Log Message:
-----------
JmolStatusListener interface change to Object - no change in Java, just 
JavaScript

Modified Paths:
--------------
    trunk/Jmol/examples/basic/org/jmol/Export.java

Modified: trunk/Jmol/examples/basic/org/jmol/Export.java
===================================================================
--- trunk/Jmol/examples/basic/org/jmol/Export.java      2015-12-17 19:09:15 UTC 
(rev 20893)
+++ trunk/Jmol/examples/basic/org/jmol/Export.java      2015-12-17 22:22:22 UTC 
(rev 20894)
@@ -213,11 +213,10 @@
    * @see org.jmol.api.JmolStatusListener#eval(java.lang.String)
    */
   @Override
-  public String eval(String strEval) {
+  public Object eval(String strEval) {
     return null;
   }
 
-
   @Override
   public Map<String, Object> getRegistryInfo() {
     return null;

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


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to