Revision: 19601
          http://sourceforge.net/p/gate/code/19601
Author:   markagreenwood
Date:     2016-09-26 12:42:05 +0000 (Mon, 26 Sep 2016)
Log Message:
-----------
if I'm going to write sarcastic error messages I should at least make sure they 
are free of typos

Modified Paths:
--------------
    gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java

Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java
===================================================================
--- gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-09-26 12:40:57 UTC (rev 19600)
+++ gate/branches/sawdust2/gate-core/src/main/java/gate/Plugin.java     
2016-09-26 12:42:05 UTC (rev 19601)
@@ -492,7 +492,7 @@
       
       if (!hasResources())
         throw new UnsupportedOperationException(
-            "this plugin doesn't have any resources you can copy as you would 
now had you called hasResources first :P");
+            "this plugin doesn't have any resources you can copy as you would 
know had you called hasResources first :P");
       
       try (FileSystem zipFs =
           FileSystems.newFileSystem(baseURL.toURI(), new HashMap<>());) {

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to