Ejemplo n.º 1
0
 /**
  * @return the name of the map
  * @deprecated
  */
 @Deprecated
 public String getSectionUrl() {
   assert (type.equals(SectionType.URL));
   return value;
 }