Author: mikedd
Date: Fri Oct 15 16:02:10 2010
New Revision: 1022986

URL: http://svn.apache.org/viewvc?rev=1022986&view=rev
Log:
remove unmappable character from PathFinder.java

Modified:
    
openjpa/trunk/openjpa-examples/openbooks/src/main/java/jpa/tools/swing/PathFinder.java

Modified: 
openjpa/trunk/openjpa-examples/openbooks/src/main/java/jpa/tools/swing/PathFinder.java
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/src/main/java/jpa/tools/swing/PathFinder.java?rev=1022986&r1=1022985&r2=1022986&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-examples/openbooks/src/main/java/jpa/tools/swing/PathFinder.java
 (original)
+++ 
openjpa/trunk/openjpa-examples/openbooks/src/main/java/jpa/tools/swing/PathFinder.java
 Fri Oct 15 16:02:10 2010
@@ -39,7 +39,7 @@ public class PathFinder {
      *   <LI> Repeat the following:
      *   <LI> Current node is the lowest cost square on the open list
      *   <LI> Move current node to the closed list.
-     *   <LI> For each of adjacent neighbor n to this current square …
+     *   <LI> For each of adjacent neighbor n to this current square
      *   <LI> If n is not {...@link Maze#isReachable(int, int) reachable} or 
if n is on the closed list, ignore. 
      *        Otherwise do the following.
      *   <LI> If n is not on the open list, add it to the open list. Make the 
current square 


Reply via email to