Typo enties
This commit is contained in:
parent
03e376c428
commit
428eb6dbc0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class GridConnection implements IGridConnection, IPathItem
|
|||
}
|
||||
|
||||
if ( a == null || b == null )
|
||||
throw new GridException( "Connection Forged Between null enties." );
|
||||
throw new GridException( "Connection Forged Between null entities." );
|
||||
|
||||
if ( a.hasConnection( b ) || b.hasConnection( a ) )
|
||||
throw new GridException( "Connection already exists." );
|
||||
|
|
Loading…
Reference in a new issue