Skip to content
Snippets Groups Projects
Commit 95c090b0 authored by Olivier Maury's avatar Olivier Maury
Browse files

Correction suite au déplacement des ressources dans dossier servlet/ (r579)

parent ee43d949
No related branches found
Tags v1.1.8
No related merge requests found
......@@ -33,6 +33,7 @@ import com.vladsch.flexmark.util.options.MutableDataSet;
import fr.soeretempo.sido.gwt.client.service.RequestService;
import fr.soeretempo.sido.gwt.server.BlankAnchorLinkExtension;
import fr.soeretempo.sido.gwt.server.utils.FileUtils;
import fr.soeretempo.sido.gwt.server.servlet.CookiesServlet;
/**
* @author melhasnaoui
......@@ -50,8 +51,7 @@ implements RequestService {
@Override
public final String getNotes(final String fileName) {
try {
final String fileContent = FileUtils.getFileContent(this.getClass(),
fileName);
final String fileContent = FileUtils.getFileContent(CookiesServlet.class, fileName);
final MutableDataSet options = new MutableDataSet();
final List<Extension> extObjs = new ArrayList<>();
extObjs.add(BlankAnchorLinkExtension.create());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment