1 package gboat2.base.logging; 2 3 public class Constants { 4 public final static int PAGESIZE = 50; 5 }