Author: ssmiweve Date: 2009-08-28 23:42:29 +0200 (Fri, 28 Aug 2009) New Revision: 7277
Modified: branches/2.18/site-spi/src/main/java/no/sesat/search/site/config/Spi.java Log: http://sesat.no/pipermail/kernel-development/2009-August/000303.html Modified: branches/2.18/site-spi/src/main/java/no/sesat/search/site/config/Spi.java =================================================================== --- branches/2.18/site-spi/src/main/java/no/sesat/search/site/config/Spi.java 2009-08-28 11:59:34 UTC (rev 7276) +++ branches/2.18/site-spi/src/main/java/no/sesat/search/site/config/Spi.java 2009-08-28 21:42:29 UTC (rev 7277) @@ -1,4 +1,4 @@ -/* Copyright (2006-2008) Schibsted ASA +/* Copyright (2006-2009) Schibsted ASA * This file is part of SESAT. * * SESAT is free software: you can redistribute it and/or modify @@ -45,7 +45,7 @@ /** */ VIEW_CONTROL("view-control", VIEW_CONFIG), /** */ - RUN_HANDLER_CONFIG("run-handler-config"), + RUN_HANDLER_CONFIG("run-handler-config", RESULT), /** */ RUN_HANDLER_CONTROL("run-handler-control", RUN_HANDLER_CONFIG), /** */ _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
