Skip to content
Snippets Groups Projects
Commit 3c6c3f2f authored by Philipp Spohr's avatar Philipp Spohr
Browse files

Merge remote-tracking branch 'origin/master' into dev_general

# Conflicts:
#	src/main/java/de/hhu/ba/yoshikoWrapper/help/HelpLinks.java
parents 640e8dbe 26389819
Branches
No related tags found
No related merge requests found
/******************************************************************************* /*******************************************************************************
* Copyright (C) 2018 Philipp Spohr * Copyright (C) 2017 Philipp Spohr
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
...@@ -22,16 +22,13 @@ ...@@ -22,16 +22,13 @@
package de.hhu.ba.yoshikoWrapper.help; package de.hhu.ba.yoshikoWrapper.help;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map;
public final class HelpLinks { public final class HelpLinks {
public static final Map<String, Object> mainInfo = new HashMap<String,Object>(); public static final HashMap<String,Object> mainInfo = new HashMap<String,Object>();
static { static {
mainInfo.put("url", "file:///home/philipp/workspace/cs/cytoscape-tutorials/presentations/yoshiko.html"); //mainInfo.put("url", "file:///home/philipp/workspace/cs/cytoscape-tutorials/presentations/yoshiko.html");
mainInfo.put("title", "Yoshiko Info"); mainInfo.put("url", "https://spqrph.github.io/cytoscape-tutorials/presentations/yoshiko.html#/title");
//mainInfo.put("id", "AboutYoshiko");
//mainInfo.put("url", "https://spqrph.github.io/cytoscape-tutorials/presentations/yoshiko.html#/title");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment