Skip to content

Commit fa3279f

Browse files
committed
modifications after review
1 parent 8cac8f1 commit fa3279f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

java/code/src/com/redhat/rhn/frontend/action/channel/manage/AddErrataToChannelAction.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ public ActionForward execute(ActionMapping mapping,
9393

9494
// used to schedule an asynchronous action to clone errata because it was
9595
// so slow. Is much faster now, just do inline.
96-
// Set<Long> errataIds = RhnSetDecl.setForChannelErrata(currentChan).get(user).getElementValues()
97-
// ErrataManager.publishErrataToChannelAsync(currentChan, errataIds, user)
9896
List<ErrataOverview> errata = ErrataManager.errataInSet(user,
9997
RhnSetDecl.setForChannelErrata(currentChan).get(user).getLabel())
10098
.stream()

java/code/src/com/redhat/rhn/frontend/action/user/test/CreateUserActionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public void testMessageQueueRegistration() {
4848
assertTrue(found);
4949
//don't call contextDestroyed here since it stops hibernate and
5050
//screws everything up ;)
51-
//rl.contextDestroyed(null)
5251
MessageQueue.stopMessaging();
5352
}
5453

java/code/src/com/redhat/rhn/frontend/servlets/PxtCookieManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public Cookie createPxtCookie(Long pxtSessionId, HttpServletRequest request,
6262
// when not using setDomain, default "Host" will be set for the cookie
6363
// there's no need to use domain and besides that it causes trouble,
6464
// when accessing the server within the local network (without FQDN)
65-
// pxtCookie.setDomain(request.getServerName())
6665
if (!userAgentContains(request, "msie")) {
6766
pxtCookie.setMaxAge(timeout);
6867
}

0 commit comments

Comments
 (0)