Revision: 4969
          http://sourceforge.net/p/jump-pilot/code/4969
Author:   edso
Date:     2016-07-13 20:26:17 +0000 (Wed, 13 Jul 2016)
Log Message:
-----------
make constructor protected so we can create inherit child classes for private 
use (like in GeoJSONReader)

Modified Paths:
--------------
    core/trunk/src/com/vividsolutions/jump/feature/AttributeType.java

Modified: core/trunk/src/com/vividsolutions/jump/feature/AttributeType.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/feature/AttributeType.java   
2016-07-12 13:41:12 UTC (rev 4968)
+++ core/trunk/src/com/vividsolutions/jump/feature/AttributeType.java   
2016-07-13 20:26:17 UTC (rev 4969)
@@ -164,7 +164,7 @@
    * @param name of the new AttributeType
    * @param javaClass java class used to store attributes of this type
    */
-  private AttributeType(String name, Class<?> javaClass) {
+  protected AttributeType(String name, Class<?> javaClass) {
     this.name = name;
     this.javaClass = javaClass;
     nameToAttributeTypeMap.put(name, this);


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to