Project

General

Profile

« Previous | Next » 

Revision 138715e0

Added by Andreas Müller over 3 years ago

replace links to trac tickets by links to redmine tickets in javadoc

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/reference/DefaultReferenceCacheStrategy.java
686 686
                result = result.replace(beforeMicroReference +  INomenclaturalReference.MICRO_REFERENCE_TOKEN, INomenclaturalReference.MICRO_REFERENCE_TOKEN);
687 687
            }
688 688
        }
689
        //FIXME: vol. etc., http://dev.e-taxonomy.eu/trac/ticket/2862
689
        //FIXME: vol. etc., https://dev.e-taxonomy.eu/redmine/issues/2862
690 690

  
691 691
        result = getInRefAuthorPart(thisRef.getInReference(), afterInRefAuthor) + result;
692 692
        result = "in " +  result;
......
711 711
                        + " nomenclatural reference. This is not correct or not handled yet."
712 712
                        + " Generic titleWithoutYearAndAuthor used instead");
713 713
                result = getTitleWithoutYearAndAuthorGeneric(inInRef, true);
714
                //FIXME: vol. etc., http://dev.e-taxonomy.eu/trac/ticket/2862  (comment taken from super.getTokenizedNomenclaturalTitel())
714
                //FIXME: vol. etc., https://dev.e-taxonomy.eu/redmine/issues/2862  (comment taken from super.getTokenizedNomenclaturalTitel())
715 715
            }else{
716 716
                result = getTitleWithoutYearAndAuthor(inRef, true);
717 717
            }

Also available in: Unified diff