Skip to content

Commit

Permalink
add comment and clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed May 31, 2024
1 parent a039ce7 commit b18687e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/sagebionetworks/web/client/Portal.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void onModuleLoad() {
if (initToken.length() > 0 && initToken.startsWith("!")) {
String fullUrl = Window.Location.getHref();
fullUrl = fullUrl.replace("#!", "");
// SWC-6854: Also detect a tables query in the hash fragment. If exist, move just the query to the hash fragment
if (
initToken.startsWith("!Synapse") && initToken.contains("/tables/query/")
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
import com.google.common.base.Function;
import com.google.common.util.concurrent.FluentFuture;
import com.google.common.util.concurrent.FutureCallback;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.place.shared.Place;
import com.google.gwt.user.client.Window.Location;
import com.google.inject.Inject;
import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit b18687e

Please sign in to comment.