1 /** 2 * 3 */ 4 package com.btmatthews.ldapunit.impl; 5 6 /** 7 * @author brian 8 */ 9 public final class LDAPDataSetOperations 10 { 11 public static void update() 12 { 13 } 14 15 public static void insert() 16 { 17 18 } 19 20 public static void delete() 21 { 22 } 23 24 public static void refresh() 25 { 26 } 27 }