Skip to content

Commit

Permalink
Made GR proto 1 the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Miller committed Oct 12, 2002
1 parent cec98c3 commit c5c42ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com/gallery/GalleryRemote/model/Gallery.java
Expand Up @@ -307,8 +307,8 @@ GalleryComm getComm() {
*
*/
if ( comm == null ) {
//comm = new GalleryComm1( su, this );
comm = new GalleryComm2( this );
comm = new GalleryComm1( su, this );
//comm = new GalleryComm2( this );
}

return comm;
Expand Down

0 comments on commit c5c42ae

Please sign in to comment.